From 8e9dd90029c35248b9eca95b0302b83b799ea615 Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 7 Jun 2017 15:30:05 -0400 Subject: [PATCH] Generalize "cohorts" and remove unused imports. --- .../instructor_dashboard_2/membership.html | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 5583a4b4dc..bdf89ea17e 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -2,8 +2,6 @@ <%page args="section_data"/> <%! from django.utils.translation import ugettext as _ -from courseware.courses import get_studio_url -from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_user_partition %>