Commit 1603a1ab by Peter Fogg

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

Reenable course home improvements check.
parents 5ec74b7c 6e6c3977
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment