Commit 7b801c66 by Peter Fogg

Remove check for course home page improvements.

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