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/models.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'archaeological_operations/models.py') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 1912bc964..a3fe2ea3f 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -954,6 +954,16 @@ class ArchaeologicalSite( True, ), ] + actions += [ + ( + reverse("site-relations-modify", args=[self.pk]), + _("Modify sites relations"), + "fa fa-retweet", + _("sites"), + "", + True, + ), + ] actions += [ ( reverse("site-operation-relations-modify", args=[self.pk, window_id]), -- cgit v1.2.3