diff --git a/lms/templates/courseware/accordion.html b/lms/templates/courseware/accordion.html index 157e6e1bec..673543e8eb 100644 --- a/lms/templates/courseware/accordion.html +++ b/lms/templates/courseware/accordion.html @@ -3,14 +3,17 @@ <%def name="make_chapter(chapter)">
${section['display_name']}
+${section['display_name']} ${', current section' if 'active' in section and section['active'] else ''}
${section['format']} ${"due " + get_default_time_display(section['due'], show_timezone) if section.get('due') is not None else ''}