# HG changeset patch # User Brian Neal # Date 1463021538 18000 # Node ID 6047465d17b8d7eb86f16b873dc2993e809d4e5d # Parent f7554fb887271f0e98ba8c26be883ec2051c826c Remove "Results for" in poll detail header. diff -r f7554fb88727 -r 6047465d17b8 sg101/templates/polls/poll_detail.html --- a/sg101/templates/polls/poll_detail.html Wed May 11 21:49:14 2016 -0500 +++ b/sg101/templates/polls/poll_detail.html Wed May 11 21:52:18 2016 -0500 @@ -17,7 +17,7 @@
  • {{ poll.question }}
  • -

    Results for: {{ poll.question }}

    +

    {{ poll.question }}

    {% for choice in choices %}
    {{ choice.choice }} - {{ choice.pct|floatformat }}% ({{ choice.votes }} vote{{ choice.votes|pluralize }})