From 2424d558f6de4b422f0cfd2357014fe7f7c767ff Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Aug 2016 19:11:33 +0200 Subject: Context record sheet: fix head scientist of the associated operation (refs #2817) --- .../templates/ishtar/sheet_contextrecord.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index df91f678f..2d2f6cbd1 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -103,8 +103,7 @@ {% else %}

{%endif%} {#

{{ item.operation.internal_reference }}

#} -

-{{ item.operation.in_charge.full_label }}

+{% if item.operation.scientist %}

{{ item.operation.scientist.full_label }}

{%endif%}

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

@@ -116,7 +115,8 @@

{{ item.operation.operation_type }}

{{ item.operation.remains.all|join:", " }}

{{ item.operation.periods.all|join:", " }}

-{% if item.operation.comment %}

{{ item.operation.comment }}

{%endif%} +{% field "Comment" item.operation.comment "
" "
" %} +

{% trans "Localisation"%}

{{ item.operation.towns.all|join:", " }}

-- cgit v1.2.3