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_finds | |
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_finds')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 6c14e5c53..a29ecc794 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -82,7 +82,7 @@ {% field_flex "Special interest" base_find.special_interest %} {% field_flex_detail "Context record" base_find.context_record %} - {% field_flex "Town" base_find.context_record.parcel.town %} + {% field_flex "Town" base_find.context_record.town.label_with_areas %} {% field_flex "Parcel" base_find.context_record.parcel %} {% field_flex_detail "Operation" base_find.context_record.operation %} {% field_flex_detail "Archaeological site" base_find.context_record.archaeological_site %} |