Fixing typo from merge

This commit is contained in:
Calen Pennington
2012-05-17 11:42:56 -04:00
parent f30596c499
commit e7ab1aa9be

View File

@@ -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),
}