Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <h1>{{ poll.question }}</h1>
- {% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}
- <ul>
- {% for choice in poll.choice_set.all %}
- <li>{{ choice.choice }} -- {{ choice.votes }} vote{{ choice.votes|pluralize }}</li>
- {% endfor %}
- </ul>
- <!--
- <a href="polls/{{ poll.id }}/">Vote again?</a>
- -->
- <a href="../../welcome"> Home</a>
- <a href="../../logout"> Logout</a>
Advertisement
Add Comment
Please, Sign In to add comment