diff --git a/helios/templates/election_view.html b/helios/templates/election_view.html index 7570d494c2165dea028c714e413737c1680db234..c4e56f554f26c076dcee1250cd949e3a4f51d759 100644 --- a/helios/templates/election_view.html +++ b/helios/templates/election_view.html @@ -136,14 +136,14 @@ all voters will be notified that the tally is ready. </span><br /> <br /> -<h2 class="highlight-box">Tally</h2> +<h3 class="highlight-box">Tally</h3> {% for question in election.pretty_result %} -<b>{{question.question}}</b>: -<ul> +<b><span style="font-size:0.8em;">Question #{{forloop.counter}}</span><br />{{question.question}}</b><br /> +<table class="pretty" style="width: auto;"> {% for answer in question.answers %} -<li> {{answer.answer}}: {{answer.count}} +<tr><td style="padding-right:80px;">{{answer.answer}}</td><td align="right">{{answer.count}}</td></tr> {% endfor %} -</ul> +</table> {% endfor %} {% else %}