diff --git a/templates/admin_form.html b/templates/admin_form.html
index e00a5fa..dbccda9 100644
--- a/templates/admin_form.html
+++ b/templates/admin_form.html
@@ -1,28 +1,28 @@
{% extends "base.html" %}
{% block content %}
-
Übersicht
-
-
- | id |
- computer |
- status |
- vegetable |
- spirit_animal |
- operating_system |
- check |
- house |
-
- {% for row in file_data %}
-
- | {{ row[0] }} |
- {{ row[1] }} |
- {{ row[2] }} |
- {{ row[3] }} |
- {{ row[4] }} |
- {{ row[5] }} |
- {{ row[6] }} |
- {{ row[7] }} |
-
- {% endfor %}
-
+Übersicht
+
+
+ | id |
+ computer |
+ status |
+ vegetable |
+ spirit_animal |
+ operating_system |
+ check |
+ house |
+
+ {% for row in file_data %}
+
+ | {{ row[0] }} |
+ {{ row[1] }} |
+ {{ row[2] }} |
+ {{ row[3] }} |
+ {{ row[4] }} |
+ {{ row[5] }} |
+ {{ row[6] }} |
+ {{ row[7] }} |
+
+ {% endfor %}
+
{% endblock %}
diff --git a/templates/admin_solution.html b/templates/admin_solution.html
index 3a6e9a6..dc200cd 100644
--- a/templates/admin_solution.html
+++ b/templates/admin_solution.html
@@ -1,18 +1,18 @@
{% extends "base.html" %}
{% block content %}
- Übersicht
-
-
- | id |
- question |
- explanation |
-
- {% for row in file_data %}
-
- | {{ row[0] }} |
- {{ row[1] }} |
- {{ row[2] }} |
-
- {% endfor %}
-
+Übersicht
+
+
+ | id |
+ question |
+ explanation |
+
+ {% for row in file_data %}
+
+ | {{ row[0] }} |
+ {{ row[1] }} |
+ {{ row[2] }} |
+
+ {% endfor %}
+
{% endblock %}