diff --git a/lms/templates/navigation/navbar-logo-header.html b/lms/templates/navigation/navbar-logo-header.html index a800db33a7..b86bd5911b 100644 --- a/lms/templates/navigation/navbar-logo-header.html +++ b/lms/templates/navigation/navbar-logo-header.html @@ -4,6 +4,7 @@ <%namespace name='static' file='../static_content.html'/> <%! +from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ from lms.djangoapps.ccx.overrides import get_current_ccx @@ -13,7 +14,7 @@ from branding import api as branding_api