Fixed #1311 (Motion poll slides shows wrong value for Abstain vote)
This commit is contained in:
parent
769695bf14
commit
91ebd719bc
@ -26,7 +26,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="{% static 'img/voting-abstention.png' %}"> {% trans 'Abstention' %}:</td>
|
||||
<td class="bold">{{ option.No }}</td>
|
||||
<td class="bold">{{ option.Abstain }}</td>
|
||||
</tr>
|
||||
{% if poll.votesvalid != None %}
|
||||
<tr class="total">
|
||||
|
Loading…
Reference in New Issue
Block a user