From 50fe7f87b15e323d588bc0a66b62d60ec6c92cf2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 Apr 2018 13:19:15 +0200 Subject: Show item at the end of person, account, organization wizard. Profile column for account tables. Profiles on person 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 04d6acfb2..4a61a5fb8 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -163,6 +163,8 @@ urlpatterns += [ name='get-person'), url(r'get-person-full/(?P.+)?$', views.get_person, name='get-person-full', kwargs={'full': True}), + url(r'get-person-for-account/(?P.+)?$', views.get_person_for_account, + name='get-person-for-account'), url(r'show-person(?:/(?P.+))?/(?P.+)?$', views.show_person, name='show-person'), url(r'department-by-state/(?P.+)?$', views.department_by_state, -- cgit v1.2.3