1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 11:00:31 +02:00

Diverses coquilles

This commit is contained in:
Yohann D'ANELLO
2020-02-14 21:23:36 +01:00
parent 826e7f7c04
commit 2c3e3ffcba
3 changed files with 6 additions and 5 deletions

View File

@ -207,7 +207,7 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
</div>
<?php if ($not_validated) { ?>
<div class="alert alert-warning">
Ces documents peut être modifiés tant que l'équipe n'est pas validée. Les fichiers doivent peser au maximum 2 Mo et doivent
Ces documents peuvent être modifiés tant que l'équipe n'est pas validée. Les fichiers doivent peser au maximum 2 Mo et doivent
être au format PDF.
</div>
@ -217,7 +217,7 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
<strong>Modèle d'autorisation parentale :</strong> <a href="/Autorisation parentale.pdf">Télécharger</a>
- <a href="/Autorisation parentale.pdf?blank=<?= $tournament->getName() ?>">Modèle vierge</a><br />
<?php } ?>
<strong>Modèle d'autorisation de droit à l'image :</strong> <a href="/Autorisation de droits à l'image.pdf">Télécharger</a>
<strong>Modèle d'autorisation de droit à l'image :</strong> <a href="/Autorisation de droit à l'image.pdf">Télécharger</a>
- <a href="/Autorisation de droit à l'image.pdf?blank=<?= $tournament->getName() ?>">Modèle vierge</a>
</div>
<?php } ?>