Commit e7ab1aa9 by Calen Pennington

Fixing typo from merge

parent f30596c4
......@@ -205,7 +205,7 @@ def index(request, course=None, chapter="Using the System", section="Hints"):
context = {
'csrf': csrf(request)['csrf_token'],
'accordion': render_accordion(request, course, chapter, section)
'accordion': render_accordion(request, course, chapter, section),
'COURSE_TITLE':multicourse_settings.get_course_title(course),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment