From 626f7c44ef40cfed90504ddda304fb4ffa7f77e0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 26 Oct 2023 20:23:45 +0300 Subject: [PATCH] show it for me too --- 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 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 %}