mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 20:51:50 +01:00
Bold own username
This commit is contained in:
parent
eb4581abdb
commit
22d308d10c
@ -13,7 +13,13 @@
|
||||
{% for user in users %}
|
||||
<tr>
|
||||
<td><small>{{ user.id }}</small></td>
|
||||
<td>{{ user.username|e }}</td>
|
||||
<td>
|
||||
{% if user.username == mod.username %}
|
||||
<strong>{{ user.username|e }}</strong>
|
||||
{% else %}
|
||||
{{ user.username|e }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if config.mod.groups[user.type] %}
|
||||
{{ config.mod.groups[user.type] }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user