remotes/1693045480750635534/spooky-22
Aevann1 2021-07-22 13:17:48 +02:00
parent b7fc97e735
commit 1c000b7896
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
{% for user in users2 %}
<tr>
<td style="font-weight:bold;">{{users2.index(user)+1}}</td>
<td {% if user.patron %}class="patron"{% endif %} style="font-weight:bold;"><a style="color:#{{user.namecolor}}" href="/@{{user.username}}">{{user.username}}</a></td>
<td><a {% if user.patron %}class="patron"{% endif %} style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}">{{user.username}}</a></td>
<td style="font-weight:bold; text-align:right;">{{user.follower_count}}</td>
</tr>
{% endfor %}