From 6331afa5c746a0e6aebbc97b408de5c91ac530b0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Jan 2014 16:13:21 +0100 Subject: Operation window: fix display of numeric id (refs #1606) --- archaeological_operations/templates/ishtar/sheet_operation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 945b3f4e5..e1846c8e2 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -27,8 +27,8 @@

{% trans "General"%}

{% if item.common_name %}

{{ item.common_name }}

{% endif %} -

{{ item.year }}

-{% if item.operation.operation_code %}

{{ item.operation_code }}

{% endif %} +

{{ item.year }}

+{% if item.operation_code %}

{{ item.operation_code }}

{% endif %} {% if item.code_patriarche %}

{{ item.code_patriarche }}

{%else%}

{%trans "Patriarche OA code not yet recorded!"%}

{%endif%} -- cgit v1.2.3