diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-09-28 16:39:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-09-28 16:39:06 +0200 |
commit | 778a7b6c0639f92f35dcdebaf62377e8e5828a67 (patch) | |
tree | cf9d518db7247270a7409f59003e0bc6e6c011e1 /archaeological_context_records | |
parent | 41d8e7371da272c990710cf3c0bf0c3c23d93586 (diff) | |
download | Ishtar-778a7b6c0639f92f35dcdebaf62377e8e5828a67.tar.bz2 Ishtar-778a7b6c0639f92f35dcdebaf62377e8e5828a67.zip |
Sheet: add display of attached areas after towns (refs #4248)
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 %} |