From a58d6c4089bd6d91f54e1ac054dc5612863ee93c Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 24 Nov 2023 12:26:17 -0800 Subject: [PATCH] Forums: Only show poll on first page of a thread --- web/templates/forum/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/forum/thread.html b/web/templates/forum/thread.html index f248886..6bf74a1 100644 --- a/web/templates/forum/thread.html +++ b/web/templates/forum/thread.html @@ -133,7 +133,7 @@ {{end}} - {{if and (eq $i 0) $Root.Thread.PollID}} + {{if and (eq $Root.Pager.Page 1) (eq $i 0) $Root.Thread.PollID}}

Poll