-
-
- % if user.is_authenticated():
-
- ${get_course_info_section(course, 'updates')}
-
-
- ${get_course_info_section(course, 'handouts')}
-
- % else:
-
- ${get_course_info_section(course, 'guest_updates')}
-
-
- ${get_course_info_section(course, 'guest_handouts')}
-
- % endif
-
-
+
+ % if user.is_authenticated():
+
+ Course Updates & News
+ ${get_course_info_section(course, 'updates')}
+
+
+ Course Handouts
+ ${get_course_info_section(course, 'handouts')}
+
+ % else:
+
+ Course Updates & News
+ ${get_course_info_section(course, 'guest_updates')}
+
+
+ Course Handouts
+ ${get_course_info_section(course, 'guest_handouts')}
+
+ % endif
+
diff --git a/lms/templates/staticbook.html b/lms/templates/staticbook.html
index f5b184cc1c..eae70cdd84 100644
--- a/lms/templates/staticbook.html
+++ b/lms/templates/staticbook.html
@@ -67,7 +67,6 @@ $("#open_close_accordion a").click(function(){