From 8fcd26ac1f04a942b9b35c4eafdcaff1954c432d Mon Sep 17 00:00:00 2001 From: Jason Heppler Date: Wed, 9 Oct 2024 15:12:02 -0500 Subject: [PATCH] refactor: Fixed if-else logic on button navigation --- exhibits/templates/exhibits/exhibit_page.html | 96 ++++++++++--------- 1 file changed, 50 insertions(+), 46 deletions(-) diff --git a/exhibits/templates/exhibits/exhibit_page.html b/exhibits/templates/exhibits/exhibit_page.html index 96259af..3c55e53 100644 --- a/exhibits/templates/exhibits/exhibit_page.html +++ b/exhibits/templates/exhibits/exhibit_page.html @@ -923,28 +923,32 @@

{{ page.title }}

{% elif page.image %} {% image page.image original class="w-full max-h-[80vh] object-contain" %} -