summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-03-31 18:45:10 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-01 10:58:30 +0200
commit32f5c7fc925e0dce5dfcca35383dd52ae766bfee (patch)
treead4d9fc64d2bd6ba0508e2da473e5ead00cc7144 /archaeological_operations/models.py
parent1e2c6c872a49890657b21f4e313e303f7715c2b8 (diff)
downloadIshtar-32f5c7fc925e0dce5dfcca35383dd52ae766bfee.tar.bz2
Ishtar-32f5c7fc925e0dce5dfcca35383dd52ae766bfee.zip
✨ sites - datings: manage datings (forms, sheet)
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py10
1 files changed, 10 insertions, 0 deletions
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
@@ -920,6 +920,16 @@ class ArchaeologicalSite(
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]),
_("Modify site-operation relations"),
"fa fa-retweet",