From f9af52ce6a2b2afdb4a72a624d1bac2b8e1f1d20 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 9 Apr 2021 14:28:36 +0200 Subject: [PATCH] Organizers can manage pools --- apps/participation/templates/participation/pool_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/participation/templates/participation/pool_detail.html b/apps/participation/templates/participation/pool_detail.html index 83d52d0..126fce6 100644 --- a/apps/participation/templates/participation/pool_detail.html +++ b/apps/participation/templates/participation/pool_detail.html @@ -49,7 +49,7 @@ - {% if user.registration.is_admin %} + {% if user.registration.is_volunteer %}