diff --git a/app/templates/admin/content.html b/app/templates/admin/content.html index a7e41db7..97205579 100644 --- a/app/templates/admin/content.html +++ b/app/templates/admin/content.html @@ -37,7 +37,9 @@ {% if post_replies %}

Posts

{% endif %}
{% for post in posts.items %} - {% include 'post/_post_teaser.html' %} + {% with disable_voting=True %} + {% include 'post/_post_teaser.html' %} + {% endwith %} {% else %}

{{ _('No posts.') }}

{% endfor %}