Add messaging when verified track content MVP is enabled.

TNL-4393
This commit is contained in:
cahrens
2016-04-27 11:49:13 -04:00
parent 7a6278e69b
commit 9b28afb7bd
14 changed files with 381 additions and 30 deletions

View File

@@ -477,6 +477,9 @@ def _section_cohort_management(course, access):
'cohorts_url': reverse('cohorts', kwargs={'course_key_string': unicode(course_key)}),
'upload_cohorts_csv_url': reverse('add_users_to_cohorts', kwargs={'course_id': unicode(course_key)}),
'discussion_topics_url': reverse('cohort_discussion_topics', kwargs={'course_key_string': unicode(course_key)}),
'verified_track_cohorting_url': reverse(
'verified_track_cohorting', kwargs={'course_key_string': unicode(course_key)}
),
}
return section_data