forked from leftypol/leftypol
moves br ontop of unique IP to fix auto-reload error
This commit is contained in:
parent
d5a9127c83
commit
8bbd4a014b
1 changed files with 2 additions and 1 deletions
|
@ -98,8 +98,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include 'post_reply.html' %}
|
{% include 'post_reply.html' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<br class="clear"/>
|
||||||
{% if not index %}
|
{% if not index %}
|
||||||
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
|
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br class="clear"/>{% if hr %}<hr/>{% endif %}
|
{% if hr %}<hr/>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue