Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate 006dbb9a40 Replace dependency npm-run-all with npm-run-all2 5.0.0 2024-04-23 14:00:58 +01:00
Jake Howard 7cbdda9397
Fix listing item images 2024-04-18 17:53:47 +01:00
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 %}