From 703727f42a67ad1eb6502d6d12856905af290b73 Mon Sep 17 00:00:00 2001 From: 8chan Admin Date: Wed, 23 Oct 2013 01:00:51 +0000 Subject: [PATCH] Bold own username --- templates/mod/users.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/mod/users.html b/templates/mod/users.html index 6f42ce2a..bed3863f 100644 --- a/templates/mod/users.html +++ b/templates/mod/users.html @@ -13,7 +13,13 @@ {% for user in users %} {{ user.id }} - {{ user.username|e }} + + {% if user.username == mod.username %} + {{ user.username|e }} + {% else %} + {{ user.username|e }} + {% endif %} + {% if config.mod.groups[user.type] %} {{ config.mod.groups[user.type] }}