From c67fad9e6bc4c5cbb05ea75f93293a1803a9e5ca Mon Sep 17 00:00:00 2001 From: Jon <134811123+jonsmy@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:09:30 +0000 Subject: [PATCH] post_thread.html: use structured block for thread stats --- templates/post_thread.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index 94d73700..11c057b0 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -100,7 +100,12 @@ {% endfor %}
{% if not index %} -
Unique IPs: {{ iparray|length }}
+
+
+ Unique IPs: {{ iparray|length }} +
+
+
{% endif %} {% if hr %}
{% endif %}