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 %}