From fa90d96f807d56d87ccfbb3141e70a7603ca5b60 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 2 Jun 2020 13:18:25 +0200 Subject: Documents form: new fields --- 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 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.+)/$', views.document_delete, name='delete-document'), -- cgit v1.2.3