summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/sheet_file.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2014-01-13 11:05:15 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2014-01-13 11:05:15 +0100
commit61cc73ab79d433ee716b4bb7fbe834c3e9379b8f (patch)
treedba40d381f2786606febe74fa6150c94e9526c81 /archaeological_files/templates/ishtar/sheet_file.html
parent08714316474e41d7c88396e33650e785e284e7b2 (diff)
downloadIshtar-61cc73ab79d433ee716b4bb7fbe834c3e9379b8f.tar.bz2
Ishtar-61cc73ab79d433ee716b4bb7fbe834c3e9379b8f.zip
Add created by to record cart (refs #1590)
Diffstat (limited to 'archaeological_files/templates/ishtar/sheet_file.html')
-rw-r--r--archaeological_files/templates/ishtar/sheet_file.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html
index e8ddca99a..40ac707d6 100644
--- a/archaeological_files/templates/ishtar/sheet_file.html
+++ b/archaeological_files/templates/ishtar/sheet_file.html
@@ -31,6 +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>
{% 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 -->