From: Aleksander Ɓukasz Date: Thu, 7 Nov 2013 11:21:56 +0000 (+0100) Subject: turn off html autoescape for question description X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/7f9bc077404cdad084e4c77920ab17564d54ebec turn off html autoescape for question description --- 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 %}