From 5c9e90af126b9e54ee94a8cb353023079aa9fd7f 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 e1dfd1981..1ba8fab52 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -211,6 +211,9 @@ {% field_flex_full "Dimensions comment" item.dimensions_comment "
" "
" %} {% endif %} + {% if has_image %} + + {% endif %} {% if not is_external %} {% if item.history_creator or item.last_edition_date or item.created %} @@ -225,9 +228,6 @@ {% endif %} {% endif %} - {% if has_image %} - - {% endif %}