From ddf0a983dee94b848502be3a8d09907acdcfd26a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Apr 2016 14:50:16 +0200 Subject: Modify a person from his sheet --- ishtar_common/urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 036494354..a3bcaffb5 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -43,6 +43,8 @@ urlpatterns = patterns( url(r'person_modification/(?P.+)?$', check_rights(['change_person', 'change_own_person'])( views.person_modification_wizard), name='person_modification'), + url(r'person_modify/(?P.+)/$', views.person_modify, + name='person_modify'), url(r'person_deletion/(?P.+)?$', check_rights(['change_person', 'change_own_person'])( views.person_deletion_wizard), name='person_deletion'), -- cgit v1.2.3