diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html
index 5df09207b1..92c9632625 100644
--- a/lms/templates/courseware/course_navigation.html
+++ b/lms/templates/courseware/course_navigation.html
@@ -19,34 +19,34 @@ def url_class(url):
- Courseware
- Course Info
-% if hasattr(course,'syllabus_present') and course.syllabus_present:
+ % if hasattr(course,'syllabus_present') and course.syllabus_present:
- Syllabus
-% endif
-% if user.is_authenticated():
- % if settings.MITX_FEATURES.get('ENABLE_TEXTBOOK'):
+ % endif
+ % if user.is_authenticated():
+ % if settings.MITX_FEATURES.get('ENABLE_TEXTBOOK'):
% for index, textbook in enumerate(course.textbooks):
- ${textbook.title}
% endfor
- % endif
- % if settings.MITX_FEATURES.get('ENABLE_DISCUSSION_SERVICE'):
+ % 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
-% endif
-% if user.is_authenticated():
- - Progress
-% endif
-% if staff_access:
- - Instructor
-% endif
+ % endif
+ % if settings.MITX_FEATURES.get('ENABLE_DISCUSSION'):
+ - Discussion
+ % endif
+ % endif
+
+ % if settings.WIKI_ENABLED:
+ - Wiki
+ % endif
+ % if user.is_authenticated():
+ - Progress
+ % endif
+ % if staff_access:
+ - Instructor
+ % endif