Merge pull request #131 from nonmakina/uniqueIpFix

Fixes unique IP auto-reload bug
This commit is contained in:
towards-a-new-leftypol 2021-01-11 10:13:42 +00:00 committed by GitHub
commit ae93e745df

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>