summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-16 17:45:46 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-16 17:51:15 +0100
commit5c9e90af126b9e54ee94a8cb353023079aa9fd7f (patch)
tree5a47a39c00c5fb00cdace876dd4d3fc6389e6cf4
parentcc49783273130338dc216b42eb8766de98b37dd8 (diff)
downloadIshtar-5c9e90af126b9e54ee94a8cb353023079aa9fd7f.tar.bz2
Ishtar-5c9e90af126b9e54ee94a8cb353023079aa9fd7f.zip
💄 minor fix on find sheet
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html6
1 files 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 "<pre>" "</pre>" %}
</div>
{% endif %}
+ {% if has_image %}
+ </div>
+ {% endif %}
{% if not is_external %}
{% if item.history_creator or item.last_edition_date or item.created %}
@@ -225,9 +228,6 @@
</div>
{% endif %}
{% endif %}
- {% if has_image %}
- </div>
- {% endif %}
</div>
<div class="tab-pane fade" id="{{window_id}}-basefind"