forked from GithubBackups/vichan
Bold own username
This commit is contained in:
parent
eb4581abdb
commit
22d308d10c
@ -13,7 +13,13 @@
|
|||||||
{% for user in users %}
|
{% for user in users %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><small>{{ user.id }}</small></td>
|
<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>
|
<td>
|
||||||
{% if config.mod.groups[user.type] %}
|
{% if config.mod.groups[user.type] %}
|
||||||
{{ config.mod.groups[user.type] }}
|
{{ config.mod.groups[user.type] }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user