From 12ed699cfa64e8f67510ac3e6efe05954a3b51ad Mon Sep 17 00:00:00 2001 From: Brennan Bibic Date: Wed, 14 Aug 2024 13:00:14 -0400 Subject: [PATCH] Back to display names showing --- highscores/templates/highscores/combined_leaderboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highscores/templates/highscores/combined_leaderboard.html b/highscores/templates/highscores/combined_leaderboard.html index a08a7ce..d0a6aaa 100644 --- a/highscores/templates/highscores/combined_leaderboard.html +++ b/highscores/templates/highscores/combined_leaderboard.html @@ -23,7 +23,7 @@

{{ item.0 }} - {{ item.1.player.username }} + {{ item.1.player }} {{ item.1.score }} {{ item.1.time_set }}