From a45d57e51a4d7ef3dcb43a14c8c69a18dd63bf03 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 28 Mar 2021 20:09:29 +0200 Subject: [PATCH] Team member don't have access to other people authorizations --- apps/participation/templates/participation/team_detail.html | 2 ++ apps/participation/views.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/participation/templates/participation/team_detail.html b/apps/participation/templates/participation/team_detail.html index 3e5d6c6..6d0505b 100644 --- a/apps/participation/templates/participation/team_detail.html +++ b/apps/participation/templates/participation/team_detail.html @@ -101,11 +101,13 @@ + {% if user.registration.is_volunteer %}
{% trans "Download all submitted authorizations" %}
+ {% endif %}