diff options
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |