From 74c484def5d6c02d62182935e50edfed36a7028f Mon Sep 17 00:00:00 2001 From: nonmakina Date: Mon, 11 Jan 2021 02:08:47 -0600 Subject: [PATCH] moves br ontop of unique IP to fix auto-reload error --- templates/post_thread.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index dd4010ba..6b114f6b 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -98,8 +98,9 @@ {% endif %} {% include 'post_reply.html' %} {% endfor %} +
{% if not index %}
Unique IPs: {{ iparray|length }}
{% endif %} -
{% if hr %}
{% endif %} +{% if hr %}
{% endif %}