diff --git a/lms/templates/header/navbar-authenticated.html b/lms/templates/header/navbar-authenticated.html index 58c3924ea9..c9ea97a423 100644 --- a/lms/templates/header/navbar-authenticated.html +++ b/lms/templates/header/navbar-authenticated.html @@ -48,7 +48,7 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_
% endif diff --git a/lms/templates/header/navbar-not-authenticated.html b/lms/templates/header/navbar-not-authenticated.html index 61448b73bd..b50e535acd 100644 --- a/lms/templates/header/navbar-not-authenticated.html +++ b/lms/templates/header/navbar-not-authenticated.html @@ -39,7 +39,7 @@ from openedx.core.djangoapps.user_authn.toggles import should_redirect_to_authn_ % if allows_login: % if can_discover_courses: %endif % endif