From 44722e86e177995e0e2cb89aba599f581df6ea88 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Wed, 5 Sep 2012 08:20:06 -0400 Subject: [PATCH] Quick fix for prod issue -- making view courseware link from course about page always work. --- lms/templates/portal/course_about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: