fd
This commit is contained in:
parent
b41062d0f7
commit
df3e9eb60a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<td style="font-weight:bold;">{{users.index(user)+1}}</td>
|
||||
<td><a {% if user.patron %}class="patron"{% endif %} style="color:#{{user.namecolor}}; {% if user.patron %}background-color:#{{user.namecolor}};{% endif %} font-weight:bold;" href="/@{{user.username}}"><img src="/uid/{{user.id}}/pic/profile" class="profile-pic-20 mr-1">{{user.username}}</a></td>
|
||||
<td style="font-weight:bold;">{% if user.ban_reason %}{{user.ban_reason}}{% endif %}</td>
|
||||
<td>{% if user.banned_by %}<a {% if user.banned_by.patron %}class="patron{% else %}leaderboard{% endif %}"{% endif %} style="color:#{{user.banned_by.namecolor}}; {% if user.banned_by.patron %}background-color:#{{user.banned_by.namecolor}};{% endif %} font-weight:bold;" href="/@{{user.banned_by.username}}"><img src="/uid/{{user.banned_by.id}}/pic/profile" class="profile-pic-20 mr-1">{{user.banned_by.username}}</a>{% endif %}</td>
|
||||
<td>{% if user.banned_by %}<a {% if user.banned_by.patron %}class="patron"{% endif %} style="color:#{{user.banned_by.namecolor}}; {% if user.banned_by.patron %}background-color:#{{user.banned_by.namecolor}};{% endif %} font-weight:bold;" href="/@{{user.banned_by.username}}"><img src="/uid/{{user.banned_by.id}}/pic/profile" class="profile-pic-20 mr-1">{{user.banned_by.username}}</a>{% endif %}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue