From bf6a9eb7d0ec1727f5730f06787cdbaf1befdc8b Mon Sep 17 00:00:00 2001 From: Jason Heppler Date: Fri, 4 Oct 2024 14:42:34 -0500 Subject: [PATCH] hotfix: Fixed erronous div element --- exhibits/templates/exhibits/exhibit_page.html | 115 ++++-------------- 1 file changed, 23 insertions(+), 92 deletions(-) diff --git a/exhibits/templates/exhibits/exhibit_page.html b/exhibits/templates/exhibits/exhibit_page.html index 49f7c20..8c4446c 100644 --- a/exhibits/templates/exhibits/exhibit_page.html +++ b/exhibits/templates/exhibits/exhibit_page.html @@ -86,36 +86,32 @@

{{ page.title }}

+ @@ -227,71 +223,6 @@

{{ page.title }}

{% endfor %} - -
- {% if page.image_comparisons.all %} - {% for comparison in page.image_comparisons.all %} - {% image comparison.first_image original as img1 %} - {% image comparison.second_image original as img2 %} -
- - - - - - - -
- {% endfor %} - - - {% elif page.image %} - {% image page.image original class="w-full h-screen object-cover" %} - - {% endif %} - - {% for item in page.gallery_images.all %} -
- {% image item.image fill-320x240 %} -

{{ item.caption }}

-
- {% endfor %} -
{# ============ three column, images left ======================= #}