diff --git a/templates/single_round.html b/templates/single_round.html index 696d8d4..8e9133b 100644 --- a/templates/single_round.html +++ b/templates/single_round.html @@ -22,9 +22,6 @@ {% endif %} -
- -

@@ -42,7 +39,7 @@ {% for p in r.winners %}
- {{ p.name }} + {{ p.name }}
{{ p.participation }}% @@ -61,7 +58,7 @@ {% for p in r.losers %}
- {{ p.name }} + {{ p.name }}
{{ p.participation }}%