diff --git a/elections/templates/elections/results/rank.html b/elections/templates/elections/results/rank.html index 5b76c02..073cfda 100644 --- a/elections/templates/elections/results/rank.html +++ b/elections/templates/elections/results/rank.html @@ -22,6 +22,7 @@ {% for line in matrix %} + {% with loser=forloop.counter %} @@ -31,9 +32,10 @@ {% for cell in line %} - {{ cell }} + {{ cell }} {% endfor %} + {% endwith %} {% endfor %}