From 56436e321a8853ea4307ce287822d5ce5dc2c959 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Sat, 9 Jan 2021 18:20:16 -0600 Subject: [PATCH] Removes mod requirement --- templates/post_thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index c0e91c96..dd4010ba 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -98,7 +98,7 @@ {% endif %} {% include 'post_reply.html' %} {% endfor %} -{% if mod and not index %} +{% if not index %}
Unique IPs: {{ iparray|length }}
{% endif %}
{% if hr %}
{% endif %}