summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
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_context_records/templates
parent08714316474e41d7c88396e33650e785e284e7b2 (diff)
downloadIshtar-61cc73ab79d433ee716b4bb7fbe834c3e9379b8f.tar.bz2
Ishtar-61cc73ab79d433ee716b4bb7fbe834c3e9379b8f.zip
Add created by to record cart (refs #1590)
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 06528c4d2..ee1719eda 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -29,6 +29,8 @@
<p><label>{%trans "Temporary ID:"%}</label>
{%endif%}
<span class='value'>{{item.full_label}}</span></p>
+<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>
{%if item.unit %}
<p><label>{% trans "Type:" %}</label> <span class='value'>{{ item.unit }}</span></p>
{%endif%}