From 4d6c787930b36735acbca7d5e4e516dbd3d6e5e3 Mon Sep 17 00:00:00 2001 From: Michael Katz Date: Wed, 23 Mar 2016 11:34:21 -0400 Subject: [PATCH] add filter --- lms/templates/student_profile/third_party_auth.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/student_profile/third_party_auth.html b/lms/templates/student_profile/third_party_auth.html index 9eea38ddda..3b2a5c6c4d 100644 --- a/lms/templates/student_profile/third_party_auth.html +++ b/lms/templates/student_profile/third_party_auth.html @@ -1,3 +1,4 @@ +<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from third_party_auth import pipeline