changeset 448:f55d7f08632f

Template touch-up for #219.
author Brian Neal <bgneal@gmail.com>
date Sat, 25 Jun 2011 23:31:22 +0000
parents 8f46ba2f1b81
children cb33b90d5596
files gpp/templates/polls/poll_detail.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/polls/poll_detail.html	Sat Jun 25 23:23:20 2011 +0000
+++ b/gpp/templates/polls/poll_detail.html	Sat Jun 25 23:31:22 2011 +0000
@@ -44,9 +44,9 @@
 
 <p class="poll-nav">
 {% if poll.is_open and user.is_authenticated %}
-<a href="{% url 'polls-vote' poll_id=poll.id %}">Vote</a> 
+<a href="{% url 'polls-vote' poll_id=poll.id %}">Vote</a> |
 {% endif %}
-| <a href="{% url 'polls-main' %}">All Polls</a>
+<a href="{% url 'polls-main' %}">All Polls</a>
 </p>
 
 {% get_comment_count for poll as comment_count %}