summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-06 10:16:18 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-06 10:16:18 +0200
commit2fc5e62dedcd4d162baae796009ed4e9c04ce19b (patch)
treef601eafbbf07ea194d6c9136da9322c29735769a /ishtar_common/views.py
parent0b63f659bbde04107ea6382bf41515ea0fdf1d06 (diff)
downloadIshtar-2fc5e62dedcd4d162baae796009ed4e9c04ce19b.tar.bz2
Ishtar-2fc5e62dedcd4d162baae796009ed4e9c04ce19b.zip
Person searc: fix the wizard (refs #4227)
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py2
1 files changed, 1 insertions, 1 deletions
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',)