diff --git a/lms/templates/instructor/instructor_dashboard_2/add_coupon_modal.html b/lms/templates/instructor/instructor_dashboard_2/add_coupon_modal.html index bcecee4b08..948f6ec702 100644 --- a/lms/templates/instructor/instructor_dashboard_2/add_coupon_modal.html +++ b/lms/templates/instructor/instructor_dashboard_2/add_coupon_modal.html @@ -1,8 +1,8 @@ +<%page args="section_data" expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> -<%page args="section_data"/>