diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-06-29 13:33:26 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-06-29 13:34:39 +0200 |
| commit | ac185aea8e7402a438ae636a4c03ec8fa5d334d0 (patch) | |
| tree | e9514b1dafbd79c8e9564b9738dad98bc5919140 | |
| parent | a5e659726ad8d7c17252f44cd2334d81c5146908 (diff) | |
| download | Ishtar-ac185aea8e7402a438ae636a4c03ec8fa5d334d0.tar.bz2 Ishtar-ac185aea8e7402a438ae636a4c03ec8fa5d334d0.zip | |
✨ sites - sheet: "other names"
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index b153e5795..10afcd47b 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -47,6 +47,7 @@ <div class="row"> {% field_flex _("Other reference") item.other_reference %} + {% field_flex _("Other names") item.other_names %} {% field_flex_multiple_obj _("Heritage interest") item 'heritage_interests' %} {% field_flex_detail_multiple _("Actors") item.actors %} {% field_flex_detail_multiple _("Collaborators") item.collaborators %} |
