From 6a3e03ffa6d1482b79e52b8d324df77c926d9e71 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 3 Nov 2023 20:13:41 +0300 Subject: [PATCH] show emails to me on rdrama --- files/templates/userpage/banner.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 6b101b1d81..5183f6a62f 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -110,7 +110,7 @@ last active {{u.last_active_date}} {%- endif %} - {% if SITE_NAME == 'WPD' and v and v.admin_level >= PERMS['VIEW_EMAILS'] -%} + {% if v and v.admin_level >= PERMS['VIEW_EMAILS'] -%}
Email: {{u.email}}
{%- endif %} @@ -413,7 +413,7 @@
last active {{u.last_active_date}} {%- endif %} - {% if SITE_NAME == 'WPD' and v and v.admin_level >= PERMS['VIEW_EMAILS'] -%} + {% if v and v.admin_level >= PERMS['VIEW_EMAILS'] -%}
Email: {{u.email}}
{%- endif %}