diff options
| 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 |
| commit | 5c9e90af126b9e54ee94a8cb353023079aa9fd7f (patch) | |
| tree | 5a47a39c00c5fb00cdace876dd4d3fc6389e6cf4 | |
| parent | cc49783273130338dc216b42eb8766de98b37dd8 (diff) | |
| download | Ishtar-5c9e90af126b9e54ee94a8cb353023079aa9fd7f.tar.bz2 Ishtar-5c9e90af126b9e54ee94a8cb353023079aa9fd7f.zip | |
💄 minor fix on find sheet
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 6 |
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" |
