@@ -62,6 +69,7 @@
* Pflichtfeld
+{% endif %}
{% if wizard.steps.prev %}
{% endif %}
diff --git a/evapp/views.py b/evapp/views.py
index 6ffb465..598a54d 100644
--- a/evapp/views.py
+++ b/evapp/views.py
@@ -9,7 +9,7 @@ from formtools.wizard.views import CookieWizardView
from django.shortcuts import render
from .models import Employee
-from .forms import PersonalForm, WorkingForm, ITForm, OfficeForm
+from .forms import PersonalForm, WorkingForm, ITForm, OfficeForm, DummyForm
from .settings import MAILS, EVA_MAIL
def success(request):
@@ -47,7 +47,7 @@ def send_mail_to_department(department, data):
class EvaFormView(CookieWizardView):
# model = Employee
template_name = 'evapp/employee_form.html'
- form_list = [PersonalForm, WorkingForm, ITForm, OfficeForm,]
+ form_list = [PersonalForm, WorkingForm, ITForm, OfficeForm, DummyForm]
instance = None
# form_class = EmployeeForm