remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 04:20:39 +02:00
parent 362600c2a1
commit a587de83ab
1 changed files with 2 additions and 2 deletions

View File

@ -142,9 +142,9 @@
<th style="font-weight:bold; text-align:right;">Based count</th>
</tr>
</thead>
{% for user in users5 %}
{% for user in users6 %}
<tr>
<td style="font-weight:bold;">{{users5.index(user)+1}}</td>
<td style="font-weight:bold;">{{users6.index(user)+1}}</td>
<td><a style="color:#{{user.namecolor}}; font-weight:bold; fonts" 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.basedcount}}</td>
</tr>