forked from rc/aircox
fix bug in lists
This commit is contained in:
@ -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" %}
|
||||
|
Reference in New Issue
Block a user