diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-02 12:44:59 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-02 13:30:50 +0200 |
| commit | f6fe888087f9a11e42460dd7a6025bf2ea9c7119 (patch) | |
| tree | c6a6d13641bcee135f7b21a05132fe452b845911 /archaeological_operations/models.py | |
| parent | 90feafab7540f1461541a0e95991e18e642fe567 (diff) | |
| download | Ishtar-f6fe888087f9a11e42460dd7a6025bf2ea9c7119.tar.bz2 Ishtar-f6fe888087f9a11e42460dd7a6025bf2ea9c7119.zip | |
✨ sites - relations between sites: forms
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -956,6 +956,16 @@ class ArchaeologicalSite( ] 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]), _("Modify site-operation relations"), "fa fa-retweet", |
