moves br ontop of unique IP to fix auto-reload error

This commit is contained in:
nonmakina 2021-01-11 02:08:47 -06:00
parent 663233f34d
commit 74c484def5

View File

@ -98,8 +98,9 @@
{% endif %}
{% include 'post_reply.html' %}
{% endfor %}
<br class="clear"/>
{% if not index %}
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
{% endif %}
<br class="clear"/>{% if hr %}<hr/>{% endif %}
{% if hr %}<hr/>{% endif %}
</div>