From 04e42cb2c1d288e46140ac46497937cf0bc547d6 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 30 Sep 2020 08:08:37 +0200 Subject: [PATCH] make player names in round clickable --- templates/single_round.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 }}%