Fix old dashboard list cohorts

This commit is contained in:
Don Mitchell
2014-05-20 10:04:21 -04:00
parent a7139a84b6
commit e2332d1922
3 changed files with 8 additions and 8 deletions

View File

@@ -220,6 +220,6 @@ def debug_cohort_mgmt(request, course_key):
context = {'cohorts_ajax_url': reverse(
'cohorts',
kwargs={'course_id': course_key.to_deprecated_string()}
kwargs={'course_key': course_key.to_deprecated_string()}
)}
return render_to_response('/course_groups/debug.html', context)