From 1aa3a929c9ada97d999643794ef2fb8469fac8d7 Mon Sep 17 00:00:00 2001 From: asauer Date: Sun, 14 Apr 2019 21:16:39 +0200 Subject: [PATCH] Indent html (beautiful ^o^) --- templates/admin_form.html | 50 +++++++++++++++++------------------ templates/admin_solution.html | 30 ++++++++++----------- 2 files changed, 40 insertions(+), 40 deletions(-) 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

- - - - - - - - - - - - {% for row in file_data %} - - - - - - - - - - - {% endfor %} -
idcomputerstatusvegetablespirit_animaloperating_systemcheckhouse
{{ row[0] }}{{ row[1] }}{{ row[2] }}{{ row[3] }}{{ row[4] }}{{ row[5] }}{{ row[6] }}{{ row[7] }}
+

Übersicht

+ + + + + + + + + + + + {% for row in file_data %} + + + + + + + + + + + {% endfor %} +
idcomputerstatusvegetablespirit_animaloperating_systemcheckhouse
{{ row[0] }}{{ row[1] }}{{ row[2] }}{{ row[3] }}{{ row[4] }}{{ row[5] }}{{ row[6] }}{{ row[7] }}
{% 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

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

Übersicht

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