Merge pull request #131 from nonmakina/uniqueIpFix
Fixes unique IP auto-reload bug
This commit is contained in:
commit
cd09c18e1d
|
@ -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…
Reference in New Issue