diff options
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r-- | ishtar_common/urls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index c21f51d71..7490788c7 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -82,7 +82,6 @@ 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"])( |