summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-13 15:38:34 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-13 15:38:34 +0100
commit749a5fa0444d66c8a3656edae9f0e6b6f12b9870 (patch)
treebe5fee1bbabb81eb009f4e6f6872e3aa79c4b05e /archaeological_context_records/templates
parent3f549a53ba20ecd872fc3494351309c56c1c26b5 (diff)
downloadIshtar-749a5fa0444d66c8a3656edae9f0e6b6f12b9870.tar.bz2
Ishtar-749a5fa0444d66c8a3656edae9f0e6b6f12b9870.zip
Context record: add type of excavation technics (refs #3487)
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 7ba34fd13..3f19289e0 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -19,9 +19,10 @@
{% include "ishtar/blocks/sheet_creation_section.html" %}
-{% field_li "Type" item.unit %}
-{% field_li_multiple "Chronology" item.datings %}
-{% field_li "Town" item.parcel.town %}
+ {% field_li "Type" item.unit %}
+ {% field_li "Excavation technic" item.excavation_technic %}
+ {% field_li_multiple "Chronology" item.datings %}
+ {% field_li "Town" item.parcel.town %}
</ul>
{% field "Comment on datings" item.datings_comment "<pre>" "</pre>" %}