From 4228383ac973bc5770d1cfccb6787ed0900c46da Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 6 Jun 2024 23:47:51 +0300 Subject: [PATCH] add margin for email field --- files/templates/userpage/admintools.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage/admintools.html b/files/templates/userpage/admintools.html index e582f2365..01cffd08b 100644 --- a/files/templates/userpage/admintools.html +++ b/files/templates/userpage/admintools.html @@ -50,7 +50,7 @@ {% endif %} {% if v.admin_level >= PERMS['VIEW_EMAILS'] -%} -
Email: {{u.email}}
+
Email: {{u.email}}
{%- endif %} {% if v.admin_level >= PERMS['USER_BAN'] %}