mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
add red color to people who got banned on leaderboard
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
<ul class="list-group list-group-flush">
|
||||
{% for user in users %}
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center
|
||||
{% if user.1 == current_username %}list-group-item-success fw-bold{% endif %}">
|
||||
<span>{{ loop.index }}. {{ user.1 }} ({{ user.0 }})</span>
|
||||
{% if user.2 == current_username %}list-group-item-success fw-bold{% endif %} {% if user.1 %}list-group-item-danger{% endif %}">
|
||||
<span>{{ loop.index }}. {{ user.2 }} ({{ user.0 }})</span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user