mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 09:58:36 +02:00
Add button to download all authorizations of a team
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user