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:45:46 +0100 |
| commit | 260171bcdbaa2118e035009c92a54b8a2e7bfe24 (patch) | |
| tree | f091bd3a849618395335080e9b36b61df3aecbde | |
| parent | f3d441b8a4f7166aafd5e1979ecb9d17111e07cd (diff) | |
| download | Ishtar-260171bcdbaa2118e035009c92a54b8a2e7bfe24.tar.bz2 Ishtar-260171bcdbaa2118e035009c92a54b8a2e7bfe24.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 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 "<pre>" "</pre>" %} </div> {% endif %} + {% if has_image %} + </div> + {% endif %} {% with dating_list=item|m2m_listing:"datings" %} {% if dating_list or item.dating_comment or item.cultural_attributions_count %} @@ -260,9 +263,6 @@ </div> {% endif %} {% endif %} - {% if has_image %} - </div> - {% endif %} </div> <div class="tab-pane fade" id="{{window_id}}-basefind" |
