diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index ad06924b4..fcdf1d270 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -109,7 +109,7 @@ last active {{u.last_active_date}} {%- endif %} - {% if SITE_NAME == 'WPD' and v and v.id == CARP_ID -%} + {% if SITE_NAME == 'WPD' and v and v.id in [AEVANN_ID, CARP_ID] -%}
Email: {{u.email}}
{%- endif %} @@ -412,7 +412,7 @@
last active {{u.last_active_date}} {%- endif %} - {% if SITE_NAME == 'WPD' and v and v.id == CARP_ID -%} + {% if SITE_NAME == 'WPD' and v and v.id in [AEVANN_ID, CARP_ID] -%}
Email: {{u.email}}
{%- endif %}