diff --git a/templates/admin.html b/templates/admin_form.html similarity index 100% rename from templates/admin.html rename to templates/admin_form.html diff --git a/templates/admin_solution.html b/templates/admin_solution.html new file mode 100644 index 0000000..3a6e9a6 --- /dev/null +++ b/templates/admin_solution.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% block content %} +

Übersicht

+ + + + + + + {% for row in file_data %} + + + + + + {% endfor %} +
idquestionexplanation
{{ row[0] }}{{ row[1] }}{{ row[2] }}
+{% endblock %}