mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-03 08:42:49 +02:00
Add turbolinks and funny icons
This commit is contained in:
@ -217,12 +217,12 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info">
|
||||
<strong>Modèle de fiche sanitaire :</strong> <a href="/Fiche sanitaire.pdf">Télécharger</a><br />
|
||||
<strong>Modèle de fiche sanitaire :</strong> <a data-turbolinks="false" href="/Fiche sanitaire.pdf">Télécharger</a><br />
|
||||
<?php if ($_SESSION["user"]->getBirthDate() > strval($YEAR - 18) . substr($tournament->getStartDate(), 4)) { ?>
|
||||
<strong>Modèle d'autorisation parentale :</strong> <a href="/Autorisation parentale.pdf">Télécharger</a>
|
||||
<strong>Modèle d'autorisation parentale :</strong> <a data-turbolinks="false" 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 droit à l'image.pdf">Télécharger</a>
|
||||
<strong>Modèle d'autorisation de droit à l'image :</strong> <a data-turbolinks="false" 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 } ?>
|
||||
|
Reference in New Issue
Block a user