From 03a413cb4422cfc377d6834e0601f1c27ef78d5a Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Mon, 2 Nov 2020 12:21:41 +0100 Subject: [PATCH] template centered, start button removed --- input/templates/input/extern.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/input/templates/input/extern.html b/input/templates/input/extern.html index 7ed3dbb..aeca4ca 100644 --- a/input/templates/input/extern.html +++ b/input/templates/input/extern.html @@ -12,7 +12,8 @@ {% load i18n %} {% block content %} - +
+

Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}

{% csrf_token %} @@ -28,9 +29,8 @@ {% endif %} {% if wizard.steps.prev %} - {% endif %}
-{% endblock %} +
{% endblock %}