From 32bdcebe49ca0f06bd933a6f75531f6e897f3c68 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 16 Dec 2011 23:50:59 +0530 Subject: [PATCH] markdown --- itf/templates/modules/festival/documentsubject.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/itf/templates/modules/festival/documentsubject.html b/itf/templates/modules/festival/documentsubject.html index c6a4e25..842d966 100755 --- a/itf/templates/modules/festival/documentsubject.html +++ b/itf/templates/modules/festival/documentsubject.html @@ -1,3 +1,5 @@ +{% load markup %} + {% for d in documents %}
{% if d.file %} @@ -6,6 +8,6 @@ {{ d.title }} {% endif %}
- {{ d.intro|safe }} + {{ d.intro|markdown }}
{% endfor %}