diff --git a/lms/templates/portal/course_about.html b/lms/templates/portal/course_about.html index d6c731431e..449878680f 100644 --- a/lms/templates/portal/course_about.html +++ b/lms/templates/portal/course_about.html @@ -71,14 +71,14 @@ course_target = reverse('about_course', args=[course.id]) show_link = settings.MITX_FEATURES.get('ENABLE_LMS_MIGRATION') %> - %if show_link: + %if show_link or show_courseware_link: %endif You are registered for this course (${course.number}) % if show_courseware_link: View Courseware % endif - %if show_link: + %if show_link or show_courseware_link: %endif %else: