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"%}