summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-21 16:49:09 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-21 16:50:55 +0200
commit1efb6a4190ec6c90f456220928a98190e3d7225f (patch)
tree3d286758b2b74ee8517e172ad9247dcc729c7c82 /archaeological_context_records/templates
parent1f1d9e31a0a3856a64912d1f5592b3cc57646e76 (diff)
downloadIshtar-1efb6a4190ec6c90f456220928a98190e3d7225f.tar.bz2
Ishtar-1efb6a4190ec6c90f456220928a98190e3d7225f.zip
Context records: centimeters to meters for dimensions (refs #2963)
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index dca55ecc2..df91f678f 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -39,14 +39,15 @@
<p><label>{% trans "Place:" %}</label> <span class='value'>{{ item.parcel.town }}</span></p>
<p><label>{% trans "Parcel:" %}</label> <span class='value'>{{ item.parcel.short_label }}</span></p>
-{% if item.description or item.lenght or item.width or item.depth or item.comment %}
+{% if item.description or item.lenght or item.width or item.depth or item.thickness or item.comment %}
<h3>{% trans "Description"%}</h3>
<p><label>{% trans "Description:" %}</label> <span class='value'>{{ item.description }}</span></p>
{% if item.comment %}<p><label>{% trans "Comment:" %}</label> <span class='value'>{{ item.comment }}</span></p>{% endif %}
-{% if item.lenght %}<p><label>{% trans "Length (cm):" %}</label> <span class='value'>{{ item.length }}</span></p>{%endif%}
-{% if item.width %}<p><label>{% trans "Width (cm):" %}</label> <span class='value'>{{ item.width }}</span></p>{%endif%}
-{% if item.depth %}<p><label>{% trans "Depth (cm):" %}</label> <span class='value'>{{ item.depth }}</span></p>{%endif%}
+{% if item.lenght %}<p><label>{% trans "Length (m):" %}</label> <span class='value'>{{ item.length }}</span></p>{%endif%}
+{% if item.width %}<p><label>{% trans "Width (m):" %}</label> <span class='value'>{{ item.width }}</span></p>{%endif%}
+{% if item.depth %}<p><label>{% trans "Depth (m):" %}</label> <span class='value'>{{ item.depth }}</span></p>{%endif%}
+{% if item.width %}<p><label>{% trans "Thickness (m):" %}</label> <span class='value'>{{ item.thickness }}</span></p>{%endif%}
{% endif %}
{% if item.activity or item.identification or item.interpretation %}