From 819a2efeff00d8f09712938b7d2b6110cb7f24aa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Jan 2014 11:05:15 +0100 Subject: Add created by to record cart (refs #1590) --- archaeological_files/templates/ishtar/sheet_file.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_files/templates') 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 @@

{{ item.history_date }}

{% if item.reception_date %}

{{ item.reception_date }}

{% endif %}

{{ item.creation_date }}

+

{{ item.created_by.full_label }}

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

{% item.deadline_date %}

-- cgit v1.2.3