mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 03:37:35 +01:00
Bold own username
This commit is contained in:
parent
9fb63b053f
commit
703727f42a
@ -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