From 614cf94305eaf4a899d456c295b4aad872708a09 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 26 Oct 2023 20:04:15 +0300 Subject: [PATCH] show user emails for carp on WPD --- files/templates/userpage/banner.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index b316b4ff6..ad06924b4 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -108,6 +108,10 @@ {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} last active {{u.last_active_date}} {%- endif %} + + {% if SITE_NAME == 'WPD' and v and v.id == CARP_ID -%} +
Email: {{u.email}}
+ {%- endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] -%} @@ -407,6 +411,10 @@ {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%}
last active {{u.last_active_date}} {%- endif %} + + {% if SITE_NAME == 'WPD' and v and v.id == CARP_ID -%} +
Email: {{u.email}}
+ {%- endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] -%}