From 12b56601ea2063df5cb520b778bf04b962adf778 Mon Sep 17 00:00:00 2001 From: Felix Sargent Date: Thu, 25 Jul 2024 15:10:01 -0700 Subject: [PATCH] Modify results page to use approval voting percentages not vote ratio. --- approval_polls/templates/results.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/approval_polls/templates/results.html b/approval_polls/templates/results.html index f142cc9..7f7f699 100644 --- a/approval_polls/templates/results.html +++ b/approval_polls/templates/results.html @@ -37,11 +37,11 @@

- {% widthratio choice.vote_count poll.total_votes 100 %}% + aria-valuemax="{{ poll.total_ballots }}"> + {% widthratio choice.vote_count poll.total_ballots 100 %}%