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 cd09c18e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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>