X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/8ae014fa8f6e9e9555f28dc9e09ce0c81e58bc85..ed127c1da2291a994194ebee3d950ff313c17b7f:/wtem/templates/wtem/main.html diff --git a/wtem/templates/wtem/main.html b/wtem/templates/wtem/main.html index bee75ec..3dc2d81 100644 --- a/wtem/templates/wtem/main.html +++ b/wtem/templates/wtem/main.html @@ -4,3 +4,54 @@ {% block extra_script %} {% compressed_js 'wtem' %} {% endblock %} + + + +{% block body %} + + +

Wielki Turniej Edukacji Medialnej

+
Rozwiązania można wysyłać do godziny 17:30.
+ +
+{% csrf_token %} + +{% for exercise in exercises %} + {% with 'wtem/exercises/'|add:exercise.type|add:'.html' as template_name %} + {% include template_name with exercise=exercise no=forloop.counter %} + {% endwith %} +{% endfor %} + + +
+ + + +
+ +{% endblock %} \ No newline at end of file