From d4f64fb7befba3d24a08a4a06a56bb0d7e36cf5e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 6 Sep 2018 10:16:18 +0200 Subject: Person searc: fix the wizard (refs #4227) --- ishtar_common/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/views.py') diff --git a/ishtar_common/views.py b/ishtar_common/views.py index afc928147..b59c4c8e4 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -101,7 +101,7 @@ def index(request): logout(request) return render(request, 'index.html', dct) -person_search_wizard = wizards.PersonWizard.as_view( +person_search_wizard = wizards.PersonSearch.as_view( [('general-person_search', forms.PersonFormSelection)], label=_(u"Person search"), url_name='person_search',) -- cgit v1.2.3