From 7f9bc077404cdad084e4c77920ab17564d54ebec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 7 Nov 2013 12:21:56 +0100 Subject: [PATCH] turn off html autoescape for question description --- wtem/templates/wtem/exercises/edumed_wybor.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wtem/templates/wtem/exercises/edumed_wybor.html b/wtem/templates/wtem/exercises/edumed_wybor.html index d94995d..ae1419d 100644 --- a/wtem/templates/wtem/exercises/edumed_wybor.html +++ b/wtem/templates/wtem/exercises/edumed_wybor.html @@ -2,6 +2,7 @@

Zadanie {{no}}

+ {% autoescape off %}
{% for para in exercise.description %}

@@ -9,6 +10,7 @@

{% endfor %}
+ {% endautoescape %}
    -- 2.20.1