Browse Source

Change formatting for Unique IPs summary information.

pull/40/head
Benjamin Southall 7 years ago
parent
commit
cdf1e6a267
  1. 2
      templates/post_thread.html

2
templates/post_thread.html

@ -96,7 +96,7 @@
{% include 'post_reply.html' %}
{% endfor %}
{% if mod and not index %}
<p>Unique IPs: {{ iparray|length }} </p>
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
{% endif %}
<br class="clear"/>{% if hr %}<hr/>{% endif %}
</div>

Loading…
Cancel
Save