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 %}