X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/2e008ebe7ee77a359366823d1604e111fab98ca3..fd65827f7d34921b927dfd735099b0690aa3a2df:/wtem/templates/wtem-wtem/exercises/open.html diff --git a/wtem/templates/wtem-wtem/exercises/open.html b/wtem/templates/wtem-wtem/exercises/open.html new file mode 100644 index 0000000..8645d46 --- /dev/null +++ b/wtem/templates/wtem-wtem/exercises/open.html @@ -0,0 +1,38 @@ +
+ +

Zadanie {{no}}

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

+ {{para}} +

+ {% endfor %} + {% 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