From 730d4d9485381251fccc0cbc450f2ec4b52b42d7 Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Thu, 16 Aug 2012 13:40:12 -0700 Subject: [PATCH] add askbot flag back --- lms/templates/course_navigation.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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