moves br ontop of unique IP to fix auto-reload error
This commit is contained in:
parent
663233f34d
commit
74c484def5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue