summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
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',)