summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-01-29 00:43:20 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-01-29 00:43:20 +0100
commitc7d253fc94038cd3eb20e190581eff3b461e463b (patch)
tree48605e15c495926db24b34a9926a05d19ce3cfbd /archaeological_context_records/templates
parentaf29d3a7eb0dac8d46bed872b05502383d57e858 (diff)
downloadIshtar-c7d253fc94038cd3eb20e190581eff3b461e463b.tar.bz2
Ishtar-c7d253fc94038cd3eb20e190581eff3b461e463b.zip
Fix Bibratce Import - Fix context record window
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index acc0db718..308c20289 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -38,10 +38,11 @@
<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 %}
+{% if item.description or item.lenght or item.width or item.depth 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%}