From f0cbcaec648be3c8f9d1d5c45580236d0eeeee85 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 24 Oct 2011 17:55:13 +0100 Subject: [PATCH] safe --- itf/templates/modules/bestpractices/bestpractice.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index c021733..251b1af 100755 --- a/itf/templates/modules/bestpractices/bestpractice.html +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -1,7 +1,7 @@ {% load thumbnail %}
{% for s in stories %} - Situation: {{ s.text|linebreaksbr }} + Situation: {{ s.text|safe|linebreaksbr }} {% if s.image %} {% thumbnail s.image "164x114" crop="center" as im %} @@ -26,10 +26,10 @@ {% endif %}

{% if theatre %} - Spotlight on Theatre: {{ theatre|linebreaksbr }}

+ Spotlight on Theatre: {{ theatre|safe|linebreaksbr }}

{% endif %} {% if quick_howto %} - Best Practices or Quick, Tell Me How to Avoid Conflict! {{ quick_howto|linebreaksbr }}

+ Best Practices or Quick, Tell Me How to Avoid Conflict! {{ quick_howto|safe|linebreaksbr }}

{% endif %} {% if links %}