diff --git a/lms/templates/course_navigation.html b/lms/templates/course_navigation.html index f6903d42b6..adb288881d 100644 --- a/lms/templates/course_navigation.html +++ b/lms/templates/course_navigation.html @@ -15,13 +15,16 @@ def url_class(url):
  • Courseware
  • Course Info
  • % if user.is_authenticated(): -% if settings.MITX_FEATURES.get('ENABLE_TEXTBOOK'): -
  • Textbook
  • -% endif -% if settings.MITX_FEATURES.get('ENABLE_DISCUSSION_SERVICE'): -
  • Discussion
  • -
  • News
  • -% endif + % if settings.MITX_FEATURES.get('ENABLE_TEXTBOOK'): +
  • Textbook
  • + % endif + % if settings.MITX_FEATURES.get('ENABLE_DISCUSSION_SERVICE'): +
  • Discussion
  • +
  • News
  • + % endif + % if settings.MITX_FEATURES.get('ENABLE_DISCUSSION'): +
  • Discussion
  • + % endif % endif % if settings.WIKI_ENABLED:
  • Wiki