diff --git a/comprehensive/lms/templates/navigation.html b/comprehensive/lms/templates/navigation.html
index f49b1a2..981678d 100644
--- a/comprehensive/lms/templates/navigation.html
+++ b/comprehensive/lms/templates/navigation.html
@@ -65,112 +65,115 @@ site_status_msg = get_site_status_msg(course_id)
% if not enable_account_linking:
- % if course:
-
- % endif
-
- % if user.is_authenticated():
-
- <%block name="navigation_global_links_authenticated">
- % if settings.FEATURES.get('COURSES_ARE_BROWSABLE') and not show_program_listing:
- -
- ${_('Explore courses')}
-
+ % if course:
+
% endif
- % if show_program_listing:
- -
-
- ${_("Courses")}
-
-
- -
-
- ${_("Programs")}
-
-
- % endif
- %if settings.FEATURES.get('ENABLE_SYSADMIN_DASHBOARD','') and user.is_staff:
- -
- ## Translators: This is short for "System administration".
- ${_("System Admin")}
-
- %endif
- %block>
-
- <%include file="user_dropdown.html"/>
-
- % if should_display_shopping_cart_func() and not (course and static.is_request_in_themed_site()): # see shoppingcart.context_processor.user_has_cart_context_processor
-
- -
-
- ${_("Shopping Cart")}
-
-
-
- % endif
- % else:
-
- <%block name="navigation_global_links">
- % if static.get_value('ENABLE_MKTG_SITE', settings.FEATURES.get('ENABLE_MKTG_SITE', False)):
- -
- ${_("How it Works")}
-
- % if settings.FEATURES.get('COURSES_ARE_BROWSABLE'):
- -
- ${_("Courses")}
-
- % endif
- -
- ${_("Schools")}
-
- % endif
- %block>
-
- <%block name="navigation_other_global_links">
- % if not settings.FEATURES['DISABLE_LOGIN_BUTTON']:
- % if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY') or course:
- -
- ${_("Explore Courses")}
-
- % endif
- % endif
- %block>
-
-
-
- <%block name="navigation_sign_in">
- % if not settings.FEATURES['DISABLE_LOGIN_BUTTON']:
- % if course and settings.FEATURES.get('RESTRICT_ENROLL_BY_REG_METHOD') and course.enrollment_domain:
- -
- ${_("Register Now")}
-
- % else:
- -
- ${_("Register Now")}
-
- % endif
- % endif
- -
- % if not settings.FEATURES['DISABLE_LOGIN_BUTTON']:
- % if course and settings.FEATURES.get('RESTRICT_ENROLL_BY_REG_METHOD') and course.enrollment_domain:
- ${_("Sign in")}
- % else:
- ${_("Sign in")}
+ % if user.is_authenticated():
+
+ <%block name="navigation_global_links_authenticated">
+ % if settings.FEATURES.get('COURSES_ARE_BROWSABLE') and not show_program_listing:
+ -
+ ${_('Explore courses')}
+
% endif
+ % if show_program_listing:
+ -
+
+ ${_("Courses")}
+
+
+ -
+
+ ${_("Programs")}
+
+
+ % endif
+ %if settings.FEATURES.get('ENABLE_SYSADMIN_DASHBOARD','') and user.is_staff:
+ -
+ ## Translators: This is short for "System administration".
+ ${_("System Admin")}
+
+ %endif
+ %block>
+
+
+ <%include file="user_dropdown.html"/>
+
+ % if should_display_shopping_cart_func() and not (course and static.is_request_in_themed_site()): # see shoppingcart.context_processor.user_has_cart_context_processor
+
+ -
+
+ ${_("Shopping Cart")}
+
+
+
+ % endif
+ % else:
+
+ <%block name="navigation_global_links">
+ % if static.get_value('ENABLE_MKTG_SITE', settings.FEATURES.get('ENABLE_MKTG_SITE', False)):
+ -
+ ${_("How it Works")}
+
+ % if settings.FEATURES.get('COURSES_ARE_BROWSABLE'):
+ -
+ ${_("Courses")}
+
+ % endif
+ -
+ ${_("Schools")}
+
+ % endif
+ %block>
+
+ <%block name="navigation_other_global_links">
+ % if not settings.FEATURES['DISABLE_LOGIN_BUTTON']:
+ % if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY') or course:
+ -
+ ${_("Explore Courses")}
+
+ % endif
+ % endif
+ %block>
+
+
+
+ <%block name="navigation_sign_in">
+ % if not settings.FEATURES['DISABLE_LOGIN_BUTTON']:
+ % if course and settings.FEATURES.get('RESTRICT_ENROLL_BY_REG_METHOD') and course.enrollment_domain:
+ -
+ ${_("Register Now")}
+
+ % else:
+ -
+ ${_("Register Now")}
+
+ % endif
% endif
-
- %block>
-
+
+ % if not settings.FEATURES['DISABLE_LOGIN_BUTTON']:
+ % if course and settings.FEATURES.get('RESTRICT_ENROLL_BY_REG_METHOD') and course.enrollment_domain:
+ ${_("Sign in")}
+ % else:
+ ${_("Sign in")}
+ % endif
+ % endif
+
+ %block>
+
+ % endif
+ % else:
+ <%include file="user_dropdown.html"/>
% endif
% if static.show_language_selector():
<% languages = static.get_released_languages() %>
@@ -200,7 +203,6 @@ site_status_msg = get_site_status_msg(course_id)
% endif
% endif
- % endif
% if course:
diff --git a/comprehensive/lms/templates/user_dropdown.html b/comprehensive/lms/templates/user_dropdown.html
index f3b581e..18cda55 100644
--- a/comprehensive/lms/templates/user_dropdown.html
+++ b/comprehensive/lms/templates/user_dropdown.html
@@ -28,7 +28,7 @@ from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_
${_("Usermenu dropdown")}
-