Skip to content
Snippets Groups Projects
Commit e7ab1aa9 authored by Calen Pennington's avatar Calen Pennington
Browse files

Fixing typo from merge

parent f30596c4
No related merge requests found
......@@ -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),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment