diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 72bc6076b5..ea0674cf7d 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -8,6 +8,7 @@ from django.utils.translation import ugettext as _ from django.template import RequestContext import third_party_auth from third_party_auth import pipeline +from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string from openedx.core.djangolib.markup import HTML, Text %> @@ -102,7 +103,12 @@ from openedx.core.djangolib.markup import HTML, Text % if len(course_enrollments) > 0: