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 | 002b21272458fcba79341f4e68b38da0028320b3 (patch) | |
tree | 3fca444033cd21327c7ca36277fe6c48cf1f7f79 /archaeological_operations/templates | |
parent | f46f48cfb7c643355f5cb275f54ab608dd7ebfef (diff) | |
download | Ishtar-002b21272458fcba79341f4e68b38da0028320b3.tar.bz2 Ishtar-002b21272458fcba79341f4e68b38da0028320b3.zip |
Operation: in charge -> scientific monitor
Diffstat (limited to 'archaeological_operations/templates')
-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 %} |