From 6e6c39777636d3ab4f7143c69343f88ada13b601 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Thu, 28 Jan 2016 11:11:40 -0500 Subject: [PATCH] Reenable course home improvements check. This was disabled some time ago due to PLAT-900, which caused cached objects to be unpickled and used in new code which could expect to find new fields that didn't exist on the old objects. That issue is now fixed. ECOM-2853 --- lms/templates/courseware/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/courseware/info.html b/lms/templates/courseware/info.html index ef19081884..71eedeb4f5 100644 --- a/lms/templates/courseware/info.html +++ b/lms/templates/courseware/info.html @@ -61,7 +61,7 @@ $(document).ready(function(){ ${get_course_info_section(request, masquerade_user, course, 'updates')}
- % if False: + % if SelfPacedConfiguration.current().enable_course_home_improvements:

${_("Important Course Dates")}

${get_course_date_summary(course, user)} % endif