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 | c627c24a51ef1f428f8bb81e30d9e90f18cd2a81 (patch) | |
tree | 6ee2b89fc33d08825d3b3d347a916086df5722aa /ishtar_common | |
parent | dae850a2dcf7fc208a9d948a84b3251a4a88d747 (diff) | |
download | Ishtar-c627c24a51ef1f428f8bb81e30d9e90f18cd2a81.tar.bz2 Ishtar-c627c24a51ef1f428f8bb81e30d9e90f18cd2a81.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> |