1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 20:51:50 +01:00

Put hr outside of the div so it appears below posts

This commit is contained in:
topkek 2014-10-24 05:58:23 +01:00
parent 92c1057b5c
commit 35bd643561

View File

@ -85,5 +85,6 @@
{% for post in post.posts %}
{% include 'post_reply.html' %}
{% endfor %}
<br class="clear"/>{% if hr %}<hr/>{% endif %}
<br class="clear"/>
</div>
{% if hr %}<hr/>{% endif %}