diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-24 22:54:51 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-24 22:54:51 +0000 |
| commit | 5b13731e4c899e86cabf3c6eb7e343b178d70f05 (patch) | |
| tree | f54640fbf21ab705e86dc4532c54f760812b16e0 /templates/vote.html | |
| parent | 897033260fbfcf7c3dd0bc0dcc7e1624a2672878 (diff) | |
| download | Papillon-5b13731e4c899e86cabf3c6eb7e343b178d70f05.tar.bz2 Papillon-5b13731e4c899e86cabf3c6eb7e343b178d70f05.zip | |
Few bug correction
Diffstat (limited to 'templates/vote.html')
| -rw-r--r-- | templates/vote.html | 2 |
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 %} |
