diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index 026ba826f4..26aede1537 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -10,6 +10,7 @@ from microsite_configuration import microsite from django.core.urlresolvers import reverse import json from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string +from openedx.core.djangolib.markup import Text, HTML %> <% @@ -210,7 +211,7 @@ from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_str

- ${Text(_("Email Settings for {course_number}")).format(HTML(course_number=''))} + ${Text(_("Email Settings for {course_number}")).format(course_number=HTML(''))} , ## Translators: this text gives status on if the modal interface (a menu or piece of UI that takes the full focus of the screen) is open or not ${_("window open")}