diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} |