diff options
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r-- | ishtar_common/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 9e120a945..7bbdc189f 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -82,6 +82,7 @@ urlpatterns = [ name="person_modification", ), url(r"person_modify/(?P<pk>.+)/$", views.person_modify, name="person_modify"), + url(r"person_create/(?P<pk>.+)/$", views.person_create, name="person_create"), url( r"person_deletion/(?P<step>.+)?$", check_rights(["change_person", "change_own_person"])( |