only show <hr> if pagination is enabled

This commit is contained in:
Felix Friedrich
2016-01-10 11:53:22 +01:00
parent c3ce6dbf1f
commit eafbf840fa
2 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,8 @@
{% include 'comments.html' %}
</p>
</div>
<hr>
{% endfor %}
{% include "pagination.html" %}
<hr>
{% endblock content %}