diff options
| 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 | 
| commit | 2fc5e62dedcd4d162baae796009ed4e9c04ce19b (patch) | |
| tree | f601eafbbf07ea194d6c9136da9322c29735769a /ishtar_common | |
| parent | 0b63f659bbde04107ea6382bf41515ea0fdf1d06 (diff) | |
| download | Ishtar-2fc5e62dedcd4d162baae796009ed4e9c04ce19b.tar.bz2 Ishtar-2fc5e62dedcd4d162baae796009ed4e9c04ce19b.zip | |
Person searc: fix the wizard (refs #4227)
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/views.py | 2 | 
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',) | 
