27 |
28 | {% if vote_info.hashtag %}
29 |
Tweet your vote with hashtag {{ vote_info.hashtag }}
30 | Choices: {{ vote_info.choices|join:', ' }}
31 | Example tweet: Muahaha imma vote twice {{ vote_info.choices|random }} {{ vote_info.choices|random }} {{ vote_info.hashtag }}
32 | {% else %}
33 | Configure Twitter voting by setting environment variable VOTE_HASHTAG
34 | {% endif %}
35 |
36 |
37 |
38 | {% if vote %}
39 |