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_operations/templates/ishtar/sheet_administrativeact.html | 2 +- archaeological_operations/templates/ishtar/sheet_operation.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index e44dc4aea..da80f6747 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -16,11 +16,11 @@

{{ item.in_charge.full_label }}

{% if item.operator %}

{{ item.operator }}

{% endif %} -{% comment %}

{{ item.creation_date }}

{% endcomment %} {% if item.associated_file %}

{{ item.associated_file }}

{% endif %} {% if item.operation %}

{{ item.operation }}

{% endif %} {% if item.operation %}{% if item.operation.surface %}

{{ item.operation.surface }} m2 ({{ item.operation.surface_ha }} ha)

{%endif%} {% endif %} +

{{ item.created_by.full_label }}

{%comment%}{% if item.general_contractor.attached_to %}

{{ item.general_contractor.attached_to }}

{% endif %} {% if item.general_contractor %}

{{ item.general_contractor.full_label }}

{% endif %} {%endcomment%} diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index e1846c8e2..9d9b845e3 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -34,6 +34,7 @@

{%trans "Patriarche OA code not yet recorded!"%}

{%endif%}

{{ item.history.all.0.history_date }}

+

{{ item.created_by.full_label }}

{% if item.start_date %}

{{ item.start_date }}

{{ item.excavation_end_date|default:"-" }}

-- cgit v1.2.3