From 6e55237774df692d444fc3748ad7e2305db75ac1 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Fri, 8 Nov 2024 17:45:00 +0200 Subject: [PATCH] Revert "Display e-mail of NGOs for logged-in organizations" This reverts commit f537540c7b0f49acf4e6ff46a2c060d1a9194c3b. --- backend/hub/templates/hub/ngo/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/hub/templates/hub/ngo/detail.html b/backend/hub/templates/hub/ngo/detail.html index d2a6be02..622d15c0 100644 --- a/backend/hub/templates/hub/ngo/detail.html +++ b/backend/hub/templates/hub/ngo/detail.html @@ -69,7 +69,7 @@

Numele organizației: {{ ngo.name }}

- {% if user.is_authenticated %} + {% if "approve_organization" in user_permissions or "view_data_organization" in user_permissions %}

Email: {{ ngo.email }}

{% endif %}

JudeČ›: {{ ngo.city.county }}