summaryrefslogtreecommitdiff
path: root/templates/vote.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vote.html')
-rw-r--r--templates/vote.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vote.html b/templates/vote.html
index 566bb8e..3ca4e34 100644
--- a/templates/vote.html
+++ b/templates/vote.html
@@ -28,7 +28,7 @@
{% ifequal poll_type 'B' %}
<select name='vote_{{vote.id}}'>
{% for vote_choice in VOTE %}
- <option value='{{vote_choice.0}}'{%ifequal vote.value vote_choice.0%} selected='selected'{%endifequal%}>{{vote_choice.1}}</option>
+ <option value='{{vote_choice.0}}'{%ifequal vote.value vote_choice.0%} selected='selected'{%endifequal%}>{{vote_choice.1.1}}</option>
{% endfor %}
</select>
{% endifequal %}