new template for multipage form

This commit is contained in:
Benni Bärmann 2020-10-01 14:08:11 +02:00
parent e66be49e2d
commit 997acb44d5
1 changed files with 1 additions and 1 deletions

View File

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