diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-16 12:45:00 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-16 12:46:09 +0200 |
commit | 12e9870e2aa0659de98a9122fbc4ab16b0877449 (patch) | |
tree | 36d375089b787fbc3649ad54bb9e7e3b2b5741e0 /archaeological_context_records/urls.py | |
parent | db5ecbb7b69ff668ca005bd9535bf595b79e649e (diff) | |
download | Ishtar-12e9870e2aa0659de98a9122fbc4ab16b0877449.tar.bz2 Ishtar-12e9870e2aa0659de98a9122fbc4ab16b0877449.zip |
✨ Context records relations: remove form from the wizard to put in a specific form
Diffstat (limited to 'archaeological_context_records/urls.py')
-rw-r--r-- | archaeological_context_records/urls.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -150,6 +150,11 @@ urlpatterns = [ name="get-contextrecordrelationdetail", ), url( + r"^context-record-relations-modify/(?P<pk>.+)/$", + views.context_record_modify_relations, + name="context-record-relation-modify", + ), + url( r"^operation-qa-contextrecord/(?P<pks>[0-9]+)/$", check_rights(["add_contextrecord", "add_own_contextrecord"])( views.QAOperationContextRecordView.as_view() |