diff options
| -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" |
