Bugfix: Images should be visible on "latest entries"...

...in the same way as on "post list" :)
This commit is contained in:
JensDiemer 2015-02-22 22:57:47 +01:00
parent b362c6ddf8
commit d5a00a844f

View file

@ -2,7 +2,7 @@
<div class="plugin plugin-blog">
<div class="blog-latest-entries">
{% for post in posts_list %}
{% include "djangocms_blog/includes/blog_item.html" with post=post TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %}
{% include "djangocms_blog/includes/blog_item.html" with post=post image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %}
{% empty %}
<p class="blog-empty">{% trans "No article found." %}</p>
{% endfor %}