another template fix
This commit is contained in:
parent
2b613b447f
commit
8e7ae163a2
|
@ -43,16 +43,12 @@
|
|||
Office-relevante Angaben
|
||||
{% elif wizards.steps.step1 == 5 %}
|
||||
Bestätigungsschritt
|
||||
{% else %}
|
||||
Achtung! Unerkannter Schritt
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if wizard.steps.step1 == 2 %}
|
||||
Veränderungsrelevante Angaben
|
||||
{% elif wizards.steps.step1 == 3 %}
|
||||
Bestätigungsschritt
|
||||
{% else %}
|
||||
Achtung! Unerkannter Schritt
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue