modified: app.py

modified:   requirements.txt
	modified:   templates/global_admin_dashboard.html
	modified:   templates/leaderboard.html
This commit is contained in:
SimolZimol
2024-10-31 11:20:25 +01:00
parent 6f799956ae
commit 623edd4752
4 changed files with 71 additions and 3 deletions

View File

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