From 64380cbd4141966848695dc3a8ee52e0acee5e3c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Aug 2016 18:14:03 +0200 Subject: Operation sheet: add link to scientist and to operator (refs #3132) --- archaeological_operations/templates/ishtar/sheet_operation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 9af7a3e44..6d272ee7c 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -43,9 +43,9 @@ {% if item.start_date %}

{{ item.start_date }}

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

{%endif%} -{% if item.scientist %}

{{ item.scientist.full_label }}

{%endif%} +{% if item.scientist %}

{{ item.scientist.full_label }}

{%endif%} {% if item.in_charge %}

{{ item.in_charge.full_label }}

{%endif%} -{% if item.operator %}

{{ item.operator }}

{% endif %} +{% if item.operator %}

{{ item.operator }}

{% endif %}

{% if item.is_active %}{%trans "Active file"%}

{% else %}{%trans "Closed operation"%}

{% if item.closing.date %}

{{ item.closing.date }} {%trans "by" %} {{ item.closing.user }}

{% endif %} -- cgit v1.2.3