From c7d253fc94038cd3eb20e190581eff3b461e463b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Jan 2015 00:43:20 +0100 Subject: Fix Bibratce Import - Fix context record window --- .../templates/ishtar/sheet_contextrecord.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_context_records/templates') 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 @@

{{ item.parcel.town }}

{{ item.parcel.short_label }}

-{% 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 %}

{% trans "Description"%}

{{ item.description }}

+{% if item.comment %}

{{ item.comment }}

{% endif %} {% if item.lenght %}

{{ item.length }}

{%endif%} {% if item.width %}

{{ item.width }}

{%endif%} {% if item.depth %}

{{ item.depth }}

{%endif%} -- cgit v1.2.3