From ac185aea8e7402a438ae636a4c03ec8fa5d334d0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 29 Jun 2026 13:33:26 +0200 Subject: ✨ sites - sheet: "other names" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/templates/ishtar/sheet_site.html | 1 + 1 file changed, 1 insertion(+) 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 @@
{% 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 %} -- cgit v1.2.3