From a8d8513c6c365d09eb663722b29740d3231d2c56 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 9 Sep 2022 12:38:46 +0200 Subject: Geo: display associated context records and associated finds on sheet map (refactor and fixes) --- archaeological_finds/templates/ishtar/sheet_basefind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index 81705aaae..ae4dde731 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -16,7 +16,7 @@
{% field_flex_detail "Operation" base_find.context_record.operation first %} {% field_flex_detail "Archaeological site" base_find.context_record.archaeological_site first %} - {% field_flex_detail "Context record" base_find.context_record.short_label first %} + {% field_flex_detail "Context record" base_find.context_record first %} {% field_flex "Town" base_find.context_record.town_label_with_areas '' '' first %} {% field_flex "Parcel" base_find.context_record.parcel '' '' first %} -- cgit v1.2.3