summaryrefslogtreecommitdiff
path: root/archaeological_files/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-05-12 22:57:10 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2014-05-12 22:57:10 +0200
commit46c52f0ce3f76bc8abe5f47318f8304cdc368fa3 (patch)
tree1fe20946674dab9319b44ae705dbcab90bfeed6c /archaeological_files/templates
parent18a6ad99164350af62d65efd6a1fd1aa4c419739 (diff)
downloadIshtar-46c52f0ce3f76bc8abe5f47318f8304cdc368fa3.tar.bz2
Ishtar-46c52f0ce3f76bc8abe5f47318f8304cdc368fa3.zip
Fix created by fields on sheets (refs #1590)
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r--archaeological_files/templates/ishtar/sheet_file.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<p><label>{%trans "Edition date:"%}</label> <span class='value'>{{ item.history_date }}</span></p> <!-- date = now -->
{% if item.reception_date %}<p><label>{%trans "Reception date:"%}</label> <span class='value'>{{ item.reception_date }}</span></p>{% endif %}
<p><label>{%trans "Creation date:"%}</label> <span class='value'>{{ item.creation_date }}</span></p>
-<p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.created_by.full_label }}</span></p>
+<p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.history_creator.ishtaruser.full_label }}</span></p>
{% comment %}
{% if item.deadline_date and not item.acts %}
<p><label>{%trans "Deadline:"%}</label> <span class='value'>{% item.deadline_date %}</span></p> <!-- calculated deadline for some preventive files , see saisine_type, not displayed if an act as been send -->