Merge pull request #11366 from edx/peter-fogg/reenable-course-home-checks

Reenable course home improvements check.
This commit is contained in:
Peter Fogg
2016-01-28 13:08:41 -05:00

View File

@@ -61,7 +61,7 @@ $(document).ready(function(){
${get_course_info_section(request, masquerade_user, course, 'updates')}
</section>
<section aria-label="${_('Handout Navigation')}" class="handouts">
% if False:
% if SelfPacedConfiguration.current().enable_course_home_improvements:
<h1>${_("Important Course Dates")}</h1>
${get_course_date_summary(course, user)}
% endif