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

There is no video in the TFJM²

This commit is contained in:
Yohann D'ANELLO
2021-01-12 15:42:32 +01:00
parent 6bcb050754
commit b4e7ec6550
10 changed files with 13 additions and 16 deletions

View File

@ -93,7 +93,7 @@
{% if team.participation.valid %}
<div class="text-center">
<a class="btn btn-info" href="{% url "participation:participation_detail" pk=team.participation.pk %}">
<i class="fas fa-video"></i> {% trans "Access to team participation" %} <i class="fas fa-video"></i>
<i class="fas fa-file-pdf"></i> {% trans "Access to team participation" %}
</a>
</div>
{% elif team.participation.valid == None %} {# Team did not ask for validation #}