fix bug in lists

This commit is contained in:
bkfox
2017-06-21 13:28:18 +02:00
parent 262ea2c2ef
commit 30116ad43d
2 changed files with 15 additions and 9 deletions

View File

@ -90,8 +90,10 @@
{% endif %}
{% endblock %}
{% block content_extras %}
{% endblock %}
{% if view != 'list' %}
{% block content_extras %}
{% endblock %}
{% endif %}
<div class="post_content">
{% render_sections position="post_content" %}