From 35cdf463830050813ea4e8835eb032ae471c3fda Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Feb 2024 11:39:56 +0100 Subject: 🏷️ Documentation/finds received -> documentation/finds provided MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/templates/ishtar/sheet_operation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 2d276b67c..8d88f79cc 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -249,12 +249,12 @@ {% with documentation_deadline=item.documentation_deadline|date:"DATE_FORMAT"|default:"" %} {% field_flex "Deadline for submission of the documentation" documentation_deadline %} {% endwith %} - {% field_flex "Documentation received" item.documentation_received %} + {% field_flex "Documentation provided" item.documentation_received %} {% with finds_deadline=item.finds_deadline|date:"DATE_FORMAT"|default:"" %} {% field_flex "Deadline for submission of the finds" finds_deadline %} {% endwith %} - {% field_flex "Finds received" item.finds_received %} + {% field_flex "Finds provided" item.finds_received %} {% field_flex_detail "Associated file" item.associated_file %} {% field_flex "Résultat considéré comme négatif" item.negative_result %} -- cgit v1.2.3