diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-11 17:24:09 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:57 +0100 |
commit | c5636472f93f7d421f2dce56383ad219205f2847 (patch) | |
tree | cea8a0d821059095fc83aaaa019554ebf5321f19 /archaeological_operations/templates | |
parent | 847ae9bab5afbc2d62fa6e4b1e751096e74e4c4d (diff) | |
download | Ishtar-c5636472f93f7d421f2dce56383ad219205f2847.tar.bz2 Ishtar-c5636472f93f7d421f2dce56383ad219205f2847.zip |
✨ operations searches: add "Result considered negative" field
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 86c425979..6d5fa18e5 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -265,7 +265,7 @@ {% endwith %} {% field_flex_detail "Associated file" item.associated_file %} - {% field_flex "Résultat considéré comme négatif" item.negative_result %} + {% field_flex _("Result considered negative") item.negative_result %} {% field_flex_detail "Rapporteur CTRA/CIRA" item.cira_rapporteur %} {% with cira_date=item.cira_date|date:"DATE_FORMAT"|default:"" %} {% field_flex "Date avis CTRA/CIRA" cira_date %} |