remotes/1693045480750635534/spooky-22
Aevann1 2021-07-27 02:25:55 +02:00
parent 9dce173e67
commit 855aed71ff
1 changed files with 2 additions and 2 deletions

View File

@ -89,9 +89,9 @@
<th style="font-weight:bold; text-align:right;">Comment count</th>
</tr>
</thead>
{% for user in users3 %}
{% for user in users4 %}
<tr>
<td style="font-weight:bold;">{{users3.index(user)+1}}</td>
<td style="font-weight:bold;">{{users4.index(user)+1}}</td>
<td><a style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}">{{user.username}}</a></td>
<td style="font-weight:bold; text-align:right;">{{user.comment_count}}</td>
</tr>