From 26fd95c723cec410e179362f2c86ea1e7b527e3d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 May 2014 22:57:10 +0200 Subject: Fix created by fields on sheets (refs #1590) --- archaeological_files/templates/ishtar/sheet_file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_files/templates') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index dddae309b..ffbf0018f 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -31,7 +31,7 @@

{{ item.history_date }}

{% if item.reception_date %}

{{ item.reception_date }}

{% endif %}

{{ item.creation_date }}

-

{{ item.created_by.full_label }}

+

{{ item.history_creator.ishtaruser.full_label }}

{% comment %} {% if item.deadline_date and not item.acts %}

{% item.deadline_date %}

-- cgit v1.2.3