new template for multipage form

This commit is contained in:
Benni Baermann 2020-10-01 14:08:11 +02:00
parent e66be49e2d
commit 997acb44d5

View file

@ -31,7 +31,7 @@ def extern(request):
return HttpResponse("The world out there is large and dangerous") return HttpResponse("The world out there is large and dangerous")
class ExternView(SessionWizardView): class ExternView(SessionWizardView):
template_name = "path/to/template" template_name = "input/extern.html"
form_list = [VolunteerForm, LibraryForm] form_list = [VolunteerForm, LibraryForm]
def done(self, form_list, **kwargs): def done(self, form_list, **kwargs):
return render(self.request, 'done.html', { return render(self.request, 'done.html', {