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

Download all authorizations -> Download all *submitted* authorizations

This commit is contained in:
Yohann D'ANELLO
2021-01-24 23:42:59 +01:00
parent 8212568fee
commit d4111126c7
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@
<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" %}
<i class="fas fa-file-archive"></i> {% trans "Download all submitted authorizations" %}
</a>
</div>
</div>