From 5f91b72780b88149e2e8ffb7444d790b977262fe Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Wed, 23 Aug 2017 15:14:36 -0400 Subject: [PATCH] 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 _ %>