Merge pull request #1312 from emanuelschuetze/fix-1311

Fixed #1311 (Motion poll slides shows wrong value for Abstain vote)
This commit is contained in:
Norman Jäckel 2014-05-27 22:40:41 +02:00
commit 29f493d83e
1 changed files with 1 additions and 1 deletions

View File

@ -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">