Browse Source

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

pull/40/head
nonmakina 3 years ago
parent
commit
74c484def5
  1. 3
      templates/post_thread.html

3
templates/post_thread.html

@ -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…
Cancel
Save