From 778a7b6c0639f92f35dcdebaf62377e8e5828a67 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 28 Sep 2018 16:39:06 +0200 Subject: Sheet: add display of attached areas after towns (refs #4248) --- .../templates/ishtar/sheet_contextrecord.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 2cb4c1dcb..c605addb9 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -30,7 +30,7 @@ {% field_flex "Type" item.unit %} {% field_flex "Excavation technic" item.excavation_technic %} {% field_flex_multiple "Chronology" item.datings %} - {% field_flex "Town" item.parcel.town %} + {% field_flex "Town" item.town.label_with_areas %} {% field_flex_multiple "Documentation" item.documentations %} {% field_flex "Opening date" item.opening_date %} {% field_flex "Closing date" item.closing_date %} -- cgit v1.2.3