description of steps added to template
This commit is contained in:
parent
b02c3820ec
commit
b555af56bb
|
@ -30,7 +30,19 @@
|
||||||
<h1>
|
<h1>
|
||||||
E V A - Eintritt, Veränderung, Austritt
|
E V A - Eintritt, Veränderung, Austritt
|
||||||
</h1>
|
</h1>
|
||||||
|
<h2>
|
||||||
<p>Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}</p>
|
<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">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Reference in New Issue