From 02575ca0faf468453c3f781db3a26010f8fce30c Mon Sep 17 00:00:00 2001 From: Francois Gaudin Date: Thu, 22 Sep 2011 13:29:03 +0200 Subject: [PATCH] Unescape faq item. Closes #236 --- templates/faq/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/faq/list.html b/templates/faq/list.html index 060d7ab..54c5b53 100644 --- a/templates/faq/list.html +++ b/templates/faq/list.html @@ -24,7 +24,7 @@ {% for question in category.questions.all %}
-
{{ question.answer }}
+
{% autoescape off %}{{ question.answer }}{% endautoescape %}
{% trans "back to category" %} -