From 6b85053eb23bd4ec43044fc23fac13fc4e45fa4c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 3 Dec 2021 11:27:56 +0100 Subject: Documents - add a sub-document from sheet: refactoring, use GET parameters instead of url parameters (refs #5172) --- ishtar_common/urls.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index de881e1ba..7bbdc189f 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -485,13 +485,6 @@ urlpatterns += [ ), name="create-document", ), - url( - r"document/create/(?P[0-9-]+)?/$", - check_rights(["add_document", "add_own_document"])( - views.DocumentCreateView.as_view() - ), - name="create-document-source", - ), url( r"document/edit/$", check_rights(["change_document", "change_own_document"])( -- cgit v1.2.3