wip: file upload exercise
[edumed.git] / wtem / templates / wtem / main.html
index ccb6023..e7ce29a 100644 (file)
@@ -9,6 +9,8 @@
 
 {% block body %}
 
+<form>
+
 {% 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 @@
 <hr/>
 <button style="display: block; margin: auto;" id="submit_answers">Wyƛlij moje odpowiedzi</button>
 
+</form>
+
 {% endblock %}
\ No newline at end of file