From f177cb6e3ef778dde6590eda08b2a577e40d5616 Mon Sep 17 00:00:00 2001 From: Douglas Hall Date: Wed, 23 Mar 2016 12:54:05 -0400 Subject: [PATCH] Make templates safe --- .../add_coupon_modal.html | 4 +- .../certificate-bulk-white-list.underscore | 12 ++-- .../certificate-invalidation.underscore | 18 +++--- .../certificate-white-list-editor.underscore | 6 +- .../certificate-white-list.underscore | 4 +- .../instructor_dashboard_2/certificates.html | 11 ++-- .../instructor_dashboard_2/e-commerce.html | 63 ++++++++++--------- .../edit_coupon_modal.html | 2 +- .../generate_registarion_codes_modal.html | 2 +- .../invalidate_registration_code_modal.html | 2 +- .../instructor_dashboard_2/send_email.html | 9 ++- .../set_course_mode_price_modal.html | 2 +- .../instructor_dashboard_2/special_exams.html | 2 +- .../instructor_dashboard_2/student_admin.html | 2 +- 14 files changed, 72 insertions(+), 67 deletions(-) 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"/>