From 33c97c336a858ac333ecbc97f918f1d0331a57b7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 15 Jun 2014 23:55:00 +0200 Subject: Fix creator field in database - fix edition date in sheets (refs #1590) --- archaeological_operations/templates/ishtar/sheet_operation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 0fd2a1076..098bbd72b 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -33,7 +33,7 @@ {% if item.code_patriarche %}

{{ item.code_patriarche }}

{%else%}

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

{%endif%} -

{{ item.history.all.0.history_date }}

+

{% if item.history_date %}{{ item.history_date }}{% else %}{{ item.history.all.0.history_date }}{% endif %}

{{ item.history_creator.ishtaruser.full_label }}

{% if item.start_date %}

{{ item.start_date }}

-- cgit v1.2.3