summaryrefslogtreecommitdiff
path: root/ishtar_common/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-05-15 17:24:25 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2014-05-15 17:24:25 +0200
commitc0ec323e72e070f4c1ecd26c1728e0bbef92524a (patch)
tree1be45fd158a1a3c0efeb54597c64f8404dc4db0e /ishtar_common/urls.py
parent069a8f12a67ba9580c2c93862e1a54fc9f9be29c (diff)
downloadIshtar-c0ec323e72e070f4c1ecd26c1728e0bbef92524a.tar.bz2
Ishtar-c0ec323e72e070f4c1ecd26c1728e0bbef92524a.zip
Created by search (refs #1590)
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r--ishtar_common/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py
index 61e030ef9..94e50d161 100644
--- a/ishtar_common/urls.py
+++ b/ishtar_common/urls.py
@@ -67,7 +67,7 @@ urlpatterns += patterns('ishtar_common.views',
name='update-current-item'),
url(r'new-person/(?P<parent_name>.+)?/$',
'new_person', name='new-person'),
- url(r'autocomplete-person/([0-9_]+)?$', 'autocomplete_person',
+ url(r'autocomplete-person(?:/([0-9_]+))?/(user)?$', 'autocomplete_person',
name='autocomplete-person'),
url(r'get-person/(?P<type>.+)?$', 'get_person',
name='get-person'),