Skip to content

Commit

Permalink
Back to display names showing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanB committed Aug 14, 2024
1 parent 97564e3 commit 12ed699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highscores/templates/highscores/combined_leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 style="color: black" class="display-4 fw-normal">
<tr>
<td style="text-align: center"><b>{{ item.0 }}</b></td>
<td>
<a href="/user/{{ item.1.player.id }}" style="color: #fff">{{ item.1.player.username }}</a>
<a href="/user/{{ item.1.player.id }}" style="color: #fff">{{ item.1.player }}</a>
</td>
<td style="text-align: center">{{ item.1.score }}</td>
<td style="text-align: center">{{ item.1.time_set }}</td>
Expand Down

0 comments on commit 12ed699

Please sign in to comment.