From cc97f41f2bf573c93f0c526bd0556337b11e5a30 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 9 Nov 2023 10:33:29 +0100 Subject: [PATCH] Masonry didn't work very well, use Bootstrap grid instead --- templates/find_more.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/templates/find_more.html b/templates/find_more.html index 360d9fd..32aa1a6 100644 --- a/templates/find_more.html +++ b/templates/find_more.html @@ -3,12 +3,6 @@ {% block title %}{{ label }}{% endblock %} -{% block style %} - -{% endblock %} - {% block content %}

{{ self.title() }}

@@ -58,11 +52,11 @@ {{ render_pagination(pager) }} -
+
{% for item in items %} {% set image = item.image %} -
-
+
+
{# #} @@ -97,8 +91,6 @@ {% endblock %} {% block script %} - -