1
0
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:
8chan Admin 2013-10-23 01:00:51 +00:00
parent eb4581abdb
commit 22d308d10c

View File

@ -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] }}