diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-18 13:34:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-18 13:34:38 +0200 |
commit | 400ba5269e95efddcfee0b676792a1b7b7a7f53d (patch) | |
tree | 3fca444033cd21327c7ca36277fe6c48cf1f7f79 /archaeological_operations/templates/ishtar | |
parent | 0c6c694b743cef4517df63ad93c6af4f7dc757cb (diff) | |
download | Ishtar-400ba5269e95efddcfee0b676792a1b7b7a7f53d.tar.bz2 Ishtar-400ba5269e95efddcfee0b676792a1b7b7a7f53d.zip |
Operation: in charge -> scientific monitor
Diffstat (limited to 'archaeological_operations/templates/ishtar')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 0afeee078..e3076d3e9 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -174,7 +174,7 @@ {% field_flex "Type" item.operation_type %} {% field_flex_detail "Head scientist" item.scientist has_image %} - {% field_flex_detail "In charge" item.in_charge has_image %} + {% field_flex_detail "Scientific monitor" item.in_charge has_image %} {% field_flex_multiple "Collaborators" item.collaborators has_image %} {% field_flex_detail "Operator" item.operator has_image %} {% if item.closing.date %} |