From c627c24a51ef1f428f8bb81e30d9e90f18cd2a81 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 20 Feb 2014 13:09:03 +0100 Subject: Operations: in_charge -> scientist - new field in_charge (refs #1600) * model update * forms update * templates update * search update * operation owned update --- ishtar_common/templates/ishtar/sheet_person.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 47d3bc1cb..1fc31ac23 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -44,7 +44,7 @@ {% trans "Excavation end date" %}   - {% for operation in item.operation_responsability.all %} + {% for operation in item.operation_scientific_responsability.all %} {{operation.year|default:""}} {{operation.operation_code|default:""}} -- cgit v1.2.3