From 7ecbed43e739af026a4b05650583ce5a61cf2368 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 17 May 2016 14:07:06 -0400 Subject: [PATCH] Make _thread_list_template.html safe. --- lms/templates/discussion/_thread_list_template.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lms/templates/discussion/_thread_list_template.html b/lms/templates/discussion/_thread_list_template.html index e6b29d06e5..f5f78a1c3a 100644 --- a/lms/templates/discussion/_thread_list_template.html +++ b/lms/templates/discussion/_thread_list_template.html @@ -1,3 +1,4 @@ +<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %>