From 1d25f7f8243337921ee15472ac245c0875541dd8 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 22 Jan 2021 09:44:19 +0100 Subject: [PATCH] Add button to download all authorizations of a team --- .../templates/participation/team_detail.html | 6 +++ locale/fr/LC_MESSAGES/django.po | 45 ++++++++++--------- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/apps/participation/templates/participation/team_detail.html b/apps/participation/templates/participation/team_detail.html index ff3acac..e3a7649 100644 --- a/apps/participation/templates/participation/team_detail.html +++ b/apps/participation/templates/participation/team_detail.html @@ -98,6 +98,12 @@ {% endif %} + +
+ + {% trans "Download all authorizations" %} + +