From f6fe888087f9a11e42460dd7a6025bf2ea9c7119 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Apr 2026 12:44:59 +0200 Subject: ✨ sites - relations between sites: forms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/views.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'archaeological_operations/views.py') diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 3449290e0..f2117c747 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -593,6 +593,12 @@ operation_modify_relations = get_relation_modify( ) +site_modify_relations = get_relation_modify( + models.ArchaeologicalSite, models.SiteRecordRelations, + forms.SiteRecordRelationsFormSet, "site-relations-modify" +) + + RELATION_LIMIT = 50 -- cgit v1.2.3