Merge pull request #1312 from emanuelschuetze/fix-1311
Fixed #1311 (Motion poll slides shows wrong value for Abstain vote)
This commit is contained in:
commit
29f493d83e
@ -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