From 260171bcdbaa2118e035009c92a54b8a2e7bfe24 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 16 Jan 2026 17:45:46 +0100 Subject: đŸ’„ minor fix on find sheet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/templates/ishtar/sheet_find.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 2ddc21ee1..77993d4c0 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -198,6 +198,9 @@ {% field_flex_full "Dimensions comment" item.dimensions_comment "
" "
" %} {% endif %} + {% if has_image %} + + {% endif %} {% with dating_list=item|m2m_listing:"datings" %} {% if dating_list or item.dating_comment or item.cultural_attributions_count %} @@ -260,9 +263,6 @@ {% endif %} {% endif %} - {% if has_image %} - - {% endif %}