From 7e5bb62c8a7da1d4b5e7dcbcce4055e60c51b78b Mon Sep 17 00:00:00 2001 From: Raz Date: Tue, 21 Jan 2025 14:35:30 +0100 Subject: [PATCH] fix player row details --- tournaments/templates/tournaments/player_row.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tournaments/templates/tournaments/player_row.html b/tournaments/templates/tournaments/player_row.html index 6b74622..6a0a374 100644 --- a/tournaments/templates/tournaments/player_row.html +++ b/tournaments/templates/tournaments/player_row.html @@ -35,6 +35,8 @@ + + {% if player.points %}
@@ -45,7 +47,9 @@ {{ player.points|default:"0" }} pts
+ {% endif %} + {% if player.tournament_played %}
@@ -56,6 +60,7 @@ {{ player.tournament_played|default:"0" }}
+ {% endif %}