summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
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
commit65891cf11bf454fa3f8d23b79b7eca40bdfc88c5 (patch)
treecf9d518db7247270a7409f59003e0bc6e6c011e1 /archaeological_context_records/templates
parent9d87dd8b7f8dd0fc35500691b2dec589a8da7db1 (diff)
downloadIshtar-65891cf11bf454fa3f8d23b79b7eca40bdfc88c5.tar.bz2
Ishtar-65891cf11bf454fa3f8d23b79b7eca40bdfc88c5.zip
Sheet: add display of attached areas after towns (refs #4248)
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html2
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 %}