remotes/1693045480750635534/spooky-22
Aevann1 2021-09-20 22:52:37 +02:00
parent 5410dfbea3
commit a31c545014
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<tr>
<td style="font-weight:bold;">{{users.index(user)+1}}</td>
<td><a style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}"><img loading="lazy" src="/uid/{{user.id}}/pic/profile" class="profile-pic-20 mr-1"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}};"{% endif %}>{{user.username}}</span></a></td>
<td style="font-weight:bold; text-align:right;">{{user.coins}}</td>
<td style="font-weight:bold; text-align:right;">{{user.truescore}}</td>
</tr>
{% endfor %}
</table>