diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 8c79f677d..9d0569631 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -289,14 +289,21 @@ + {% set self=False %} {% for user in users11 %} - + {{loop.index}} @{{user[0].username}}'s profile picture{{user[0].username}} {{user[1]}} {% endfor %} - {% if pos11 and (pos11[0] > 25 or not pos11[1]) %} + {% if not self and pos11[0] < 25 %} + + 26 + @{{v.username}}'s profile picture{{v.username}} + {{pos11[1]}} + + {% elif pos11 and (pos11[0] > 25 or not pos11[1]) %} {{pos11[0]}} @{{v.username}}'s profile picture{{v.username}}