From 209beea7566d3e4f943d3f70a4b8a69f80bd78d7 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Tue, 27 Oct 2020 14:35:31 +0100 Subject: [PATCH] small translation changes in extern.html --- input/templates/input/extern.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/input/templates/input/extern.html b/input/templates/input/extern.html index 5b26e80..38569bc 100644 --- a/input/templates/input/extern.html +++ b/input/templates/input/extern.html @@ -12,7 +12,7 @@ {% load i18n %} {% block content %} -

Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}

+

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

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