Bold own username

This commit is contained in:
8chan Admin 2013-10-23 01:00:51 +00:00
parent 9fb63b053f
commit 703727f42a

View File

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