From 35bc0bba5782666a3bae3b4bf481d6033a9f0966 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 25 Nov 2011 00:53:28 +0530 Subject: [PATCH] safe --- itf/templates/modules/festival/documentsubject.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/templates/modules/festival/documentsubject.html b/itf/templates/modules/festival/documentsubject.html index 63fe014..592fe7a 100644 --- a/itf/templates/modules/festival/documentsubject.html +++ b/itf/templates/modules/festival/documentsubject.html @@ -1,6 +1,6 @@ {% for d in documents %}
{{ d.title }}
-
{{ d.intro }}
+ {{ d.intro|safe }}
Download

{% endfor %}