Move to src dir.
[edumed.git] / wtem / templates / wtem / main.html
diff --git a/wtem/templates/wtem/main.html b/wtem/templates/wtem/main.html
deleted file mode 100644 (file)
index b3360b9..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-{% 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