From 12e9870e2aa0659de98a9122fbc4ab16b0877449 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Sep 2024 12:45:00 +0200 Subject: ✨ Context records relations: remove form from the wizard to put in a specific form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archaeological_context_records/urls.py') diff --git a/archaeological_context_records/urls.py b/archaeological_context_records/urls.py index 446b3fbf9..5fd360fbb 100644 --- a/archaeological_context_records/urls.py +++ b/archaeological_context_records/urls.py @@ -149,6 +149,11 @@ urlpatterns = [ views.get_contextrecordrelationdetail, name="get-contextrecordrelationdetail", ), + url( + r"^context-record-relations-modify/(?P.+)/$", + views.context_record_modify_relations, + name="context-record-relation-modify", + ), url( r"^operation-qa-contextrecord/(?P[0-9]+)/$", check_rights(["add_contextrecord", "add_own_contextrecord"])( -- cgit v1.2.3