summaryrefslogtreecommitdiff
path: root/ishtar_common/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-06-02 13:18:25 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:21 +0100
commitfa90d96f807d56d87ccfbb3141e70a7603ca5b60 (patch)
tree22f26730c66de9d357f3ceb2f343d6d0cab53b91 /ishtar_common/urls.py
parent916311c130b2a736374444894e232df605fd7d19 (diff)
downloadIshtar-fa90d96f807d56d87ccfbb3141e70a7603ca5b60.tar.bz2
Ishtar-fa90d96f807d56d87ccfbb3141e70a7603ca5b60.zip
Documents form: new fields
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r--ishtar_common/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py
index 8b506c55c..03550302a 100644
--- a/ishtar_common/urls.py
+++ b/ishtar_common/urls.py
@@ -316,6 +316,8 @@ urlpatterns += [
check_rights(['change_document', 'change_own_document'])(
views.document_deletion_wizard),
name='document_deletion'),
+ url(r'autocomplete-document/$',
+ views.autocomplete_document, name='autocomplete-document'),
url(r'document/shortcut/delete/(?P<pk>.+)/$', views.document_delete,
name='delete-document'),