description of steps added to template
This commit is contained in:
parent
b02c3820ec
commit
b555af56bb
|
@ -30,7 +30,19 @@
|
|||
<h1>
|
||||
E V A - Eintritt, Veränderung, Austritt
|
||||
</h1>
|
||||
<h2>
|
||||
<p>Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}</p>
|
||||
<p>{% if wizard.steps.step1 == 1 %}
|
||||
Angaben zur Person
|
||||
{% elif wizard.steps.step1 == 2 %}
|
||||
Angaben zum neuen Arbeitsverhältnis
|
||||
{% elif wizard.steps.step1 == 3 %}
|
||||
IT-relevante Angaben
|
||||
{% elif wizard.steps.step1 == 4 %}
|
||||
Office-relevante Angaben
|
||||
{% endif %}
|
||||
</p>
|
||||
</h2>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
|
|
Loading…
Reference in New Issue