Merge pull request #11366 from edx/peter-fogg/reenable-course-home-checks
Reenable course home improvements check.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user