From 9a94b106f85bc9cad0b79a521cebd77fd15bd826 Mon Sep 17 00:00:00 2001 From: Michael Katz Date: Wed, 23 Mar 2016 10:49:35 -0400 Subject: [PATCH] safe template --- lms/templates/student_profile/learner_profile.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/student_profile/learner_profile.html b/lms/templates/student_profile/learner_profile.html index e975796dda..7ba3b89ab9 100644 --- a/lms/templates/student_profile/learner_profile.html +++ b/lms/templates/student_profile/learner_profile.html @@ -1,3 +1,4 @@ +<%page expression_filter="h"/> <%inherit file="/main.html" /> <%namespace name='static' file='/static_content.html'/> <%!