Fix listing item images
This commit is contained in:
parent
3179adba31
commit
7cbdda9397
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue