diff options
Diffstat (limited to 'archaeological_finds')
| -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" |
