modified: app.py

modified:   templates/leaderboard.html
This commit is contained in:
SimolZimol
2024-10-31 22:05:11 +01:00
parent cab2f2b6eb
commit d14779124a
2 changed files with 10 additions and 87 deletions

View File

@@ -39,7 +39,7 @@
<tr>
<td>{{ index }}</td>
<td>
<img src="{{ get_profile_picture(user.user_id, user.profile_picture) }}" alt="Profile Picture" class="profile-picture">
<img src="{{'/static/default_profile.png' }}" alt="Profile Picture" class="profile-picture">
</td>
<td>{{ user.nickname or 'Unknown User' }}</td>
<td>{{ user.level }}</td>