Show cohorts on the new instructor dashboard

TNL-161

Remove placeholder text
This commit is contained in:
Andy Armstrong
2014-09-04 09:39:34 -04:00
committed by cahrens
parent 6d5cd5d0b8
commit 9e366fe202
12 changed files with 230 additions and 6 deletions

View File

@@ -253,6 +253,7 @@ def _section_membership(course_key, access):
'modify_access_url': reverse('modify_access', kwargs={'course_id': course_key.to_deprecated_string()}),
'list_forum_members_url': reverse('list_forum_members', kwargs={'course_id': course_key.to_deprecated_string()}),
'update_forum_role_membership_url': reverse('update_forum_role_membership', kwargs={'course_id': course_key.to_deprecated_string()}),
'cohorts_ajax_url': reverse('cohorts', kwargs={'course_key_string': course_key.to_deprecated_string()}),
}
return section_data