From 038d2ddee75aaccf0ad0c60d66efe09de69958e8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 20 Sep 2024 14:19:50 +0200 Subject: ✨ context_record, find sheet: add new fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/templates/ishtar/sheet_basefind.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index 82c2cbd53..996e8a8a6 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -20,6 +20,7 @@ {% field_flex_detail "Town" base_find.context_record.town first %} {% field_flex "Parcel" base_find.context_record.parcel '' '' first %} + {% field_flex _("Discovery method") base_find.discovery_method '' '' first %} {# START discovery dates #} {% with base_find.discovery_date|date:"SHORT_DATE_FORMAT" as discovery_date %} {% if not base_find.discovery_date_taq %} -- cgit v1.2.3