+++ /dev/null
-{% extends 'base_super.html' %}
-{% load compressed %}
-
-{% block extra_script %}
- {% compressed_js 'wtem' %}
-{% endblock %}
-
-
-
-{% block body %}
-
-<form method="post" enctype="multipart/form-data">
-{% 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 %}
-
-
-<hr/>
-<input type="hidden" name="answers" value=""/>
-<button style="display: block; margin: auto;" id="submit_answers">WyĆlij moje odpowiedzi</button>
-
-</form>
-
-{% endblock %}
\ No newline at end of file