From 20ad0157e08a3a64b0e72c2bd9f5017cd7d4ab9a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 14 Dec 2015 22:32:36 +0100 Subject: Person sheet: fix related operations and files listing --- ishtar_common/templates/ishtar/sheet_person.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 126afe83a..f8657d976 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -35,17 +35,17 @@ {% trans "Associated operations as scientist" as ao %} {% if item.operation_scientist_responsability.count %} -{% dynamic_table_document ao 'operations' 'operation_scientist_responsability' item.pk %} +{% dynamic_table_document ao 'operations' 'scientist' item.pk %} {% endif %} {% trans "Associated operations as responsible" as ao %} {% if item.operation_responsability.count %} -{% dynamic_table_document ao 'operations' 'operation_responsability' item.pk %} +{% dynamic_table_document ao 'operations' 'in_charge' item.pk %} {% endif %} {% trans "Associated archaelogical files" as af %} {% if item.file_responsability.count %} -{% dynamic_table_document af 'files' 'file_responsability' item.pk %} +{% dynamic_table_document af 'files' 'in_charge' item.pk %} {% endif %} @@ -64,10 +64,10 @@ + {% endfor %} {% empty %} {% endfor %} - {% endfor %}
{{ doc.source_type }} {% if doc.associated_url %}{% trans "Link"%}{% endif %}
{% trans "No document associated to this person" %}
-- cgit v1.2.3