changeset 1092:6047465d17b8

Remove "Results for" in poll detail header.
author Brian Neal <bgneal@gmail.com>
date Wed, 11 May 2016 21:52:18 -0500
parents f7554fb88727
children 1ac847818aea
files sg101/templates/polls/poll_detail.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     <li>{{ poll.question }}</li>
   </ul>
 </nav>
-<h2>Results for: {{ poll.question }}</h2>
+<h2>{{ poll.question }}</h2>
 <dl class="poll-result">
 {% for choice in choices %}
    <dt>{{ choice.choice }} - {{ choice.pct|floatformat }}% ({{ choice.votes }} vote{{ choice.votes|pluralize }})</dt>