diff options
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 |
commit | 21d0824fadb5be4b7396695cf22f3db1f9b6d1a3 (patch) | |
tree | be5fee1bbabb81eb009f4e6f6872e3aa79c4b05e /archaeological_context_records/templates | |
parent | 5702e82ea2b7966f503261cd5cb6b130740c08c7 (diff) | |
download | Ishtar-21d0824fadb5be4b7396695cf22f3db1f9b6d1a3.tar.bz2 Ishtar-21d0824fadb5be4b7396695cf22f3db1f9b6d1a3.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.html | 7 |
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>" %} |