X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/f1a126ea27df1e7eb51e4ca518003ea37bbfbeff..dd0b1138bec01e917fb3105be5ba41325370aa41:/wtem/templates/wtem/main.html diff --git a/wtem/templates/wtem/main.html b/wtem/templates/wtem/main.html index ccb6023..e7ce29a 100644 --- a/wtem/templates/wtem/main.html +++ b/wtem/templates/wtem/main.html @@ -9,6 +9,8 @@ {% block body %} +
+ {% for exercise in exercises %} {% with 'wtem/exercises/'|add:exercise.type|add:'.html' as template_name %} {% include template_name with exercise=exercise no=forloop.counter %} @@ -19,4 +21,6 @@
+
+ {% endblock %} \ No newline at end of file