Fix listing item images

This commit is contained in:
Jake Howard 2024-04-18 17:53:47 +01:00
parent 3179adba31
commit 7cbdda9397
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
{% for page in page.get_similar_posts %}
{% block listing_item %}
{% include "common/listing-item.html" %}
{% include "common/listing-item.html" with show_listing_images=True %}
{% endblock %}
{% endfor %}

View File

@ -1,7 +1,7 @@
{% load wagtailadmin_tags %}
{% for page in results %}
{% include "common/listing-item.html" with breadcrumbs=True %}
{% include "common/listing-item.html" with breadcrumbs=True show_listing_images=True %}
{% endfor %}
{% if not results and page_num == 1 %}