diff --git a/lms/templates/instructor/instructor_dashboard_2/cohort_management.html b/lms/templates/instructor/instructor_dashboard_2/cohort_management.html index 19bf167bbd..adf74640de 100644 --- a/lms/templates/instructor/instructor_dashboard_2/cohort_management.html +++ b/lms/templates/instructor/instructor_dashboard_2/cohort_management.html @@ -1,6 +1,5 @@ -<%page expression_filter="h"/> +<%page expression_filter="h" args="section_data"/> -<%page args="section_data"/> <%namespace name='static' file='../../static_content.html'/> <%! from django.utils.translation import ugettext as _