summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_administrativeact.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 /archaeological_operations/templates/ishtar/sheet_administrativeact.html
parent0044979f420102dde6b876ec7a9e986e9c62cda7 (diff)
downloadIshtar-26fd95c723cec410e179362f2c86ea1e7b527e3d.tar.bz2
Ishtar-26fd95c723cec410e179362f2c86ea1e7b527e3d.zip
Fix created by fields on sheets (refs #1590)
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_administrativeact.html')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_administrativeact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html
index 2cceb0222..0457d9260 100644
--- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html
+++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html
@@ -21,7 +21,7 @@
{% if item.operation %}<p><label>{%trans "Associated operation:"%}</label> <span class='value'><a href='#' onclick='load_window("{% url show-operation item.operation.pk ''%}")'>{{ item.operation }}</a></span></p>{% endif %} <!-- Displayed as Year/index/Commune/Common_name This should be a link to the file sheet of the related operation -->
{% if item.operation %}{% if item.operation.surface %}<p><label>{%trans "Surface:"%}</label> <span class='value'>{{ item.operation.surface }} m<sup>2</sup> ({{ item.operation.surface_ha }} ha)</span></p>{%endif%} {% endif %}
-<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>
{%comment%}{% if item.general_contractor.attached_to %}<p><label>{%trans "General contractor organisation:"%}</label> <span class='value'>{{ item.general_contractor.attached_to }}</span></p>{% endif %} <!-- Contractor's organisation displayed as concat of Name/Adress/postal_code/city -->
{% if item.general_contractor %}<p><label>{%trans "General contractor:"%}</label> <span class='value'>{{ item.general_contractor.full_label }}</span></p>{% endif %}
{%endcomment%}