From a859b91583f53eae8f34f67f554acff9abd893a2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 12 Jun 2024 10:49:18 +0200 Subject: 🩹 minor fix on sheets (refs #5865, #4808, #5867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/ishtar/blocks/window_tables/parcels.html | 2 +- .../templates/ishtar/sheet_administrativeact.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html b/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html index 68627d57a..1d06a2e33 100644 --- a/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html +++ b/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html @@ -22,7 +22,7 @@ {#{{operation.parcel.owner}}#} {% empty %} - {% trans "No parcel" %} + {% trans "No parcel" %} {% endfor %} diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index 61cc4a256..2c52ffae7 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -54,9 +54,9 @@ {% field_flex_detail "Treatment request" item.treatment_file %} {% if item.operation and item.operation.surface %} -
-
{% trans "Surface"%}
-
+
+
{% trans "Surface"%}
+
{{ item.operation.surface }} m2 ({{ item.operation.surface_ha }} ha)
-- cgit v1.2.3