From e8aa5980237d6e30c5e148cbb3e69e12d6d6e8d2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 23 Feb 2024 09:34:32 +0100 Subject: 🩹 find: fix wrong message on container information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/templates/ishtar/sheet_find.html | 6 ++---- archaeological_finds/templates/ishtar/sheet_museum_find.html | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 8c65ff80b..3bea6d5cd 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -400,14 +400,12 @@ {% endif %} {% endif %} - {% endif %} - - + {% else %} - + {% endif %} {% endif %} {% if item.upstream_treatment or item.downstream_treatment or non_modif_treatments_count %} diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index f69aef75b..7fee6cde0 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -395,14 +395,12 @@ {% endif %} {% endif %} - {% endif %} - - + {% else %} - + {% endif %} {% endif %} {% if item.upstream_treatment or item.downstream_treatment or non_modif_treatments_count %} -- cgit v1.2.3