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