X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/7f9bc077404cdad084e4c77920ab17564d54ebec..02f7bb229eac59214e8a5a8fe2f983a2bf1ab997:/wtem/templates/wtem/exercises/open.html diff --git a/wtem/templates/wtem/exercises/open.html b/wtem/templates/wtem/exercises/open.html index 4d2c782..7572390 100644 --- a/wtem/templates/wtem/exercises/open.html +++ b/wtem/templates/wtem/exercises/open.html @@ -12,6 +12,27 @@ {% endautoescape %} - + {% if exercise.fields %} + {% for field in exercise.fields %} +
+ + +
+ {% endfor %} + {% else %} + + {% endif %} + + {% if exercise.description_after %} +
+ {% autoescape off %} + {% for para in exercise.description_after %} +

+ {{para}} +

+ {% endfor %} + {% endautoescape %} +
+ {% endif%} \ No newline at end of file