summaryrefslogtreecommitdiff
path: root/archaeological_context_records/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
commit26fd95c723cec410e179362f2c86ea1e7b527e3d (patch)
tree1fe20946674dab9319b44ae705dbcab90bfeed6c /archaeological_context_records/templates
parent0044979f420102dde6b876ec7a9e986e9c62cda7 (diff)
downloadIshtar-26fd95c723cec410e179362f2c86ea1e7b527e3d.tar.bz2
Ishtar-26fd95c723cec410e179362f2c86ea1e7b527e3d.zip
Fix created by fields on sheets (refs #1590)
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 95a44116d..acc0db718 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -30,7 +30,7 @@
{%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>
+<p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.history_creator.ishtaruser.full_label }}</span></p>
{%if item.unit %}
<p><label>{% trans "Type:" %}</label> <span class='value'>{{ item.unit }}</span></p>
{%endif%}