diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-02-20 13:09:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-02-20 13:09:03 +0100 |
commit | c7a866fa44e6d46662337a9d7834a099f6e3cc22 (patch) | |
tree | 6ee2b89fc33d08825d3b3d347a916086df5722aa /ishtar_common | |
parent | 9f3ff1e55ac1ae4055093c8571d1e7ef49684fdd (diff) | |
download | Ishtar-c7a866fa44e6d46662337a9d7834a099f6e3cc22.tar.bz2 Ishtar-c7a866fa44e6d46662337a9d7834a099f6e3cc22.zip |
Operations: in_charge -> scientist - new field in_charge (refs #1600)
* model update
* forms update
* templates update
* search update
* operation owned update
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_person.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <th>{% trans "Excavation end date" %}</th> <th class='link'> </th> </tr> - {% for operation in item.operation_responsability.all %} + {% for operation in item.operation_scientific_responsability.all %} <tr> <td>{{operation.year|default:""}}</td> <td>{{operation.operation_code|default:""}}</td> |