From c5636472f93f7d421f2dce56383ad219205f2847 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Feb 2025 17:24:09 +0100 Subject: ✨ operations searches: add "Result considered negative" field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/templates/ishtar/sheet_operation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html') 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 %} -- cgit v1.2.3