mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 21:19:36 +01:00
Put hr outside of the div so it appears below posts
This commit is contained in:
parent
92c1057b5c
commit
35bd643561
@ -85,5 +85,6 @@
|
|||||||
{% for post in post.posts %}
|
{% for post in post.posts %}
|
||||||
{% include 'post_reply.html' %}
|
{% include 'post_reply.html' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<br class="clear"/>{% if hr %}<hr/>{% endif %}
|
<br class="clear"/>
|
||||||
</div>
|
</div>
|
||||||
|
{% if hr %}<hr/>{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user