From 82fe118fde9524aa1cced20b5dc26a3abb3f040b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Jun 2020 18:47:17 +0200 Subject: Documents: better form - improve select2 widget to manage new --- ishtar_common/urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 03550302a..79c9676ed 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -333,6 +333,11 @@ urlpatterns += [ check_rights(['change_document', 'change_own_document'])( views.QADocumentDuplicateFormView.as_view()), name='document-qa-duplicate'), + url(r'autocomplete-documenttag/$', + views.autocomplete_documenttag, name='autocomplete-documenttag'), + url(r'new-documenttag/(?:(?P[^/]+)/)?' + r'(?:(?P[^/]+)/)?$', + views.new_document_tag, name='new-documenttag'), url(r'^qa-not-available(?:/(?P[0-9a-z-]+))?/$', views.QANotAvailable.as_view(), name='qa-not-available'), -- cgit v1.2.3