From 32f5c7fc925e0dce5dfcca35383dd52ae766bfee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 31 Mar 2026 18:45:10 +0200 Subject: ✨ sites - datings: manage datings (forms, sheet) 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 62c0bcf93..7bf654639 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -918,6 +918,16 @@ class ArchaeologicalSite( actions.append(self.get_add_geo_action()) if can_edit_site and not is_locked: + actions += [ + ( + reverse("site-dating-add", args=[self.pk]), + _("Add dating"), + "fa fa-plus", + _("dating"), + "", + True, + ), + ] actions += [ ( reverse("site-operation-relations-modify", args=[self.pk, window_id]), -- cgit v1.2.3