X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/985a407d3afd4dae71a362116a2d8bd91fe6babd..543746a467e90915f7eaf60b7b09f5fa498056e0:/wtem/templates/wtem/exercises/file_upload.html diff --git a/wtem/templates/wtem/exercises/file_upload.html b/wtem/templates/wtem/exercises/file_upload.html index e4be9a1..eadcdfd 100644 --- a/wtem/templates/wtem/exercises/file_upload.html +++ b/wtem/templates/wtem/exercises/file_upload.html @@ -1,4 +1,4 @@ -
+

Zadanie {{no}}

@@ -10,6 +10,19 @@ {% endfor %}
- + {% if exercise.max_file_size_string %} +

Plik nie powinien być większy niż {{exercise.max_file_size_string}}.

+ {% endif %} +
+ +
+
+ + + {% autoescape off %} + {% for para in exercise.description_after %} +

{{para}}

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