From 0f8b24523c2e493d3ec18e78fa8ab7c71dd2a5cd Mon Sep 17 00:00:00 2001 From: cahrens Date: Mon, 2 May 2016 16:56:52 -0400 Subject: [PATCH] Remove second page tag. --- .../instructor/instructor_dashboard_2/cohort_management.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 _