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 %} - -