diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-17 13:19:15 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:41:54 +0200 |
commit | 0720f2d7b1a687cd51228562259fedd06a75ca36 (patch) | |
tree | a980ec728dd6190c37d6defb65d2f7bee9507f36 /ishtar_common/urls.py | |
parent | c22482bbff62c8cf0dfdac898bb8613005bda877 (diff) | |
download | Ishtar-0720f2d7b1a687cd51228562259fedd06a75ca36.tar.bz2 Ishtar-0720f2d7b1a687cd51228562259fedd06a75ca36.zip |
Show item at the end of person, account, organization wizard. Profile column for account tables. Profiles on person sheet.
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r-- | ishtar_common/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
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<type>.+)?$', views.get_person, name='get-person-full', kwargs={'full': True}), + url(r'get-person-for-account/(?P<type>.+)?$', views.get_person_for_account, + name='get-person-for-account'), url(r'show-person(?:/(?P<pk>.+))?/(?P<type>.+)?$', views.show_person, name='show-person'), url(r'department-by-state/(?P<state_id>.+)?$', views.department_by_state, |