Skip to content

Commit

Permalink
Revert "Display e-mail of NGOs for logged-in organizations"
Browse files Browse the repository at this point in the history
This reverts commit f537540.
  • Loading branch information
tudoramariei committed Nov 8, 2024
1 parent f537540 commit 6e55237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/hub/templates/hub/ngo/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</div>

<p><span class="label">Numele organizației:</span> {{ ngo.name }}</p>
{% if user.is_authenticated %}
{% if "approve_organization" in user_permissions or "view_data_organization" in user_permissions %}
<p><span class="label">Email:</span> {{ ngo.email }}</p>
{% endif %}
<p><span class="label">Județ:</span> {{ ngo.city.county }}</p>
Expand Down

0 comments on commit 6e55237

Please sign in to comment.