adding the ability to override the sidebar name

This commit is contained in:
Arjun Singh
2012-08-22 20:02:18 -07:00
parent 4e7ba6e651
commit cd1bc95efe
2 changed files with 5 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ $(document).ready(function(){
${get_course_info_section(course, 'updates')}
</section>
<section aria-label="Handout Navigation" class="handouts">
<h1>Course Handouts</h1>
<h1>${course.info_sidebar_name}</h1>
${get_course_info_section(course, 'handouts')}
</section>
% else: