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'] -%}