From 396dbec50d59096b1482dbf33f64d7b63a741a87 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 9 Nov 2023 10:26:18 +0100 Subject: [PATCH] Bootstrap 5 is missing card-columns, use masonry instead --- templates/find_more.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/find_more.html b/templates/find_more.html index dad04cd..360d9fd 100644 --- a/templates/find_more.html +++ b/templates/find_more.html @@ -58,9 +58,10 @@ {{ render_pagination(pager) }} -
+
{% for item in items %} {% set image = item.image %} +
{# #} @@ -86,6 +87,7 @@

+
{% endfor %}
@@ -95,6 +97,8 @@ {% endblock %} {% block script %} + +