diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 3e4174cdaa..ad86503417 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -99,9 +99,9 @@ from student.helpers import ( % endif - % if show_courseware_link: -
-
+
+
+ % if show_courseware_link: % if course.has_ended(): % if not is_course_blocked: ${_('View Archived Course')} ${course.display_name_with_default} @@ -161,113 +161,112 @@ from student.helpers import ( % endif % endif - -
- -
-
- % endif +