Fix empty view in thread lists

This commit is contained in:
rubenwardy 2020-07-10 23:18:40 +01:00
parent 2181e57e42
commit c80ff2e709
1 changed files with 1 additions and 1 deletions

View File

@ -101,6 +101,6 @@
{% endif %}
</a>
{% else %}
<p>{% if list_group %}class="list-group-item"{% endif %}><i>No threads found</i></p>
<p class="list-group-item"><i>No threads found</i></p>
{% endfor %}
{% endmacro %}