modified: templates/leaderboard.html
This commit is contained in:
@@ -39,9 +39,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{ index }}</td>
|
<td>{{ index }}</td>
|
||||||
<td>
|
<td>
|
||||||
<td>
|
<img src="{{ get_profile_picture(user.user_id, user.profile_picture) }}" alt="Profile Picture" class="profile-picture">
|
||||||
<img src="{{ get_profile_picture(user.user_id, user.profile_picture) }}" alt="Profile Picture" class="profile-picture">
|
|
||||||
</td>
|
|
||||||
</td>
|
</td>
|
||||||
<td>{{ user.nickname or 'Unknown User' }}</td>
|
<td>{{ user.nickname or 'Unknown User' }}</td>
|
||||||
<td>{{ user.level }}</td>
|
<td>{{ user.level }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user