Classical poll - Add missing check of $expired
This commit is contained in:
parent
449f6bfc9d
commit
67ed7977d6
@ -44,8 +44,9 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{foreach $votes as $vote}
|
{foreach $votes as $vote}
|
||||||
|
{* Edited line *}
|
||||||
|
|
||||||
{if $editingVoteId === $vote->uniqId} {* Edited line *}
|
{if $editingVoteId === $vote->uniqId && !$expired}
|
||||||
|
|
||||||
<tr class="hidden-print">
|
<tr class="hidden-print">
|
||||||
<td class="bg-info" style="padding:5px">
|
<td class="bg-info" style="padding:5px">
|
||||||
|
Loading…
Reference in New Issue
Block a user