From 5f91b72780b88149e2e8ffb7444d790b977262fe Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Wed, 23 Aug 2017 15:14:36 -0400 Subject: [PATCH 1/2] Add back expression filter --- lms/templates/dashboard/_reason_survey.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/dashboard/_reason_survey.html b/lms/templates/dashboard/_reason_survey.html index 9809620432..6abbf8409f 100644 --- a/lms/templates/dashboard/_reason_survey.html +++ b/lms/templates/dashboard/_reason_survey.html @@ -1,3 +1,4 @@ +<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %> From 68772316efaf1a92dfe4002100a7226d44c5fa81 Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Wed, 23 Aug 2017 16:09:02 -0400 Subject: [PATCH 2/2] Change make missing default threshold --- scripts/xsslint_thresholds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xsslint_thresholds.json b/scripts/xsslint_thresholds.json index dbbc98769d..ef429ed180 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -13,7 +13,7 @@ "mako-invalid-js-filter": 192, "mako-js-html-string": 0, "mako-js-missing-quotes": 0, - "mako-missing-default": 185, + "mako-missing-default": 182, "mako-multiple-page-tags": 0, "mako-unknown-context": 0, "mako-unparseable-expression": 0,