Browse Source

Merge pull request #131 from nonmakina/uniqueIpFix

Fixes unique IP auto-reload bug
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
cd09c18e1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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