another template fix

This commit is contained in:
Benni Bärmann 2021-02-04 09:36:55 +01:00
parent 2b613b447f
commit 8e7ae163a2
1 changed files with 1 additions and 5 deletions

View File

@ -43,18 +43,14 @@
Office-relevante Angaben Office-relevante Angaben
{% elif wizards.steps.step1 == 5 %} {% elif wizards.steps.step1 == 5 %}
Bestätigungsschritt Bestätigungsschritt
{% else %}
Achtung! Unerkannter Schritt
{% endif %} {% endif %}
{% else %} {% else %}
{% if wizard.steps.step1 == 2 %} {% if wizard.steps.step1 == 2 %}
Veränderungsrelevante Angaben Veränderungsrelevante Angaben
{% elif wizards.steps.step1 == 3 %} {% elif wizards.steps.step1 == 3 %}
Bestätigungsschritt Bestätigungsschritt
{% else %}
Achtung! Unerkannter Schritt
{% endif %} {% endif %}
{% endif %} {% endif %}
</p> </p>
</h2> </h2>