forked from MarseyWorld/MarseyWorld
sneed
parent
1c000b7896
commit
d8d01f3bf1
|
@ -17,7 +17,7 @@
|
||||||
{% for user in users1 %}
|
{% for user in users1 %}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="font-weight:bold;">{{users1.index(user)+1}}</td>
|
<td style="font-weight:bold;">{{users1.index(user)+1}}</td>
|
||||||
<td><a {% if user.patron %}class="patron"{% endif %} style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}">{{user.username}}</a></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.dramacoins}}</td>
|
<td style="font-weight:bold; text-align:right;">{{user.dramacoins}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
{% for user in users2 %}
|
{% for user in users2 %}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="font-weight:bold;">{{users2.index(user)+1}}</td>
|
<td style="font-weight:bold;">{{users2.index(user)+1}}</td>
|
||||||
<td><a {% if user.patron %}class="patron"{% endif %} style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}">{{user.username}}</a></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.follower_count}}</td>
|
<td style="font-weight:bold; text-align:right;">{{user.follower_count}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue