1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 18:38:26 +02:00

Add button to download all authorizations of a team

This commit is contained in:
Yohann D'ANELLO
2021-01-22 09:44:19 +01:00
parent ce206998f0
commit 1d25f7f824
2 changed files with 31 additions and 20 deletions

View File

@ -98,6 +98,12 @@
{% endif %}
</dd>
</dl>
<div class="text-center">
<a class="btn btn-info" href="{% url "participation:team_authorizations" pk=team.pk %}" data-turbolinks="false">
<i class="fas fa-file-archive"></i> {% trans "Download all authorizations" %}
</a>
</div>
</div>
<div class="card-footer text-center">
<button class="btn btn-primary" data-toggle="modal" data-target="#updateTeamModal">{% trans "Update" %}</button>