Forums: Only show poll on first page of a thread
This commit is contained in:
parent
587d940757
commit
a58d6c4089
|
@ -133,7 +133,7 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
<!-- Poll attachment? -->
|
<!-- Poll attachment? -->
|
||||||
{{if and (eq $i 0) $Root.Thread.PollID}}
|
{{if and (eq $Root.Pager.Page 1) (eq $i 0) $Root.Thread.PollID}}
|
||||||
<h2>Poll</h2>
|
<h2>Poll</h2>
|
||||||
|
|
||||||
<!-- Get the results -->
|
<!-- Get the results -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user