another template fix
This commit is contained in:
parent
2b613b447f
commit
8e7ae163a2
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue