summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 19:42:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 19:42:34 +0200
commit9b5da04ab9cea46a47cb8391644996aa66dd36a1 (patch)
tree796f920c37ba357440f2ed7c48f31a05fc6f51c0 /archaeological_finds/templates
parent9186af3a28bfb99eebf8b468a66af00c61da54c1 (diff)
downloadIshtar-9b5da04ab9cea46a47cb8391644996aa66dd36a1.tar.bz2
Ishtar-9b5da04ab9cea46a47cb8391644996aa66dd36a1.zip
Add town and parcel to find tables (refs #3178)
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 85647ac61..3c4b880e8 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -157,8 +157,9 @@
{% field_li "Discovery date" base_find.discovery_date %}
{% field_li "Special interest" base_find.special_interest %}
{% field_li_detail "Context record" base_find.context_record %}
-{% if base_find.context_record %}{% field_li "Parcel" base_find.context_record.parcel %}
-{% field_li_detail "Operation" base_find.context_record.operation %}{% endif %}
+{% field_li "Town" base_find.context_record.parcel.town %}
+{% field_li "Parcel" base_find.context_record.parcel %}
+{% field_li_detail "Operation" base_find.context_record.operation %}
</ul>
{% field "Description" base_find.description "<pre>" "</pre>" %}