diff --git a/lms/templates/courseware/accordion.html b/lms/templates/courseware/accordion.html index c4aa07264e..921fee4e4d 100644 --- a/lms/templates/courseware/accordion.html +++ b/lms/templates/courseware/accordion.html @@ -1,8 +1,10 @@ +<%page expression_filter="h"/> <%! from django.core.urlresolvers import reverse from util.date_utils import get_time_display from django.utils.translation import ugettext as _ from django.conf import settings + from openedx.core.djangolib.markup import Text, HTML %> <%def name="make_chapter(chapter)"> @@ -25,7 +27,10 @@ else: % for section in chapter['sections']: