summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_person.html
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 /ishtar_common/templates/ishtar/sheet_person.html
parent0044979f420102dde6b876ec7a9e986e9c62cda7 (diff)
downloadIshtar-26fd95c723cec410e179362f2c86ea1e7b527e3d.tar.bz2
Ishtar-26fd95c723cec410e179362f2c86ea1e7b527e3d.zip
Fix created by fields on sheets (refs #1590)
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_person.html')
-rw-r--r--ishtar_common/templates/ishtar/sheet_person.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html
index 1fc31ac23..b6bf99d56 100644
--- a/ishtar_common/templates/ishtar/sheet_person.html
+++ b/ishtar_common/templates/ishtar/sheet_person.html
@@ -11,6 +11,7 @@
<p><label>{% trans "Name" %}</label> <span class='value'>{{item.name}}</span></p>
<p><label>{% trans "Surname" %}</label> <span class='value'>{{item.surname}}</span></p>
+<p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.history_creator.ishtaruser.full_label }}</span></p>
{% if item.email %}<p><label>{% trans "Email" %}</label> <span class='value'>{{item.email}}</span></p>{% endif %}
<p><label>{% trans "Type(s)" %}</label> <span class='value'>{{item.person_types_list}}</span></p>
{% if item.address %}<p><label>{% trans "Address" %}</label> <span class='value'>{{item.address}}</span></p> {% endif %}