mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 02:52:15 +02:00
Changement confinement
This commit is contained in:
@ -4,13 +4,13 @@
|
||||
<h1 class="display-4">Tournoi de <?= $tournament->getName() ?></h1>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info">
|
||||
<!--<div class="alert alert-info">
|
||||
<strong>Instructions :</strong> <a href="/Instructions.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a><br />
|
||||
<strong>Autorisation de droit à l'image - majeur :</strong> <a href="/Autorisation de droit à l'image.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a><br />
|
||||
<strong>Autorisation de droit à l'image - mineur :</strong> <a href="/Autorisation de droit à l'image.pdf?mineur&blank=<?= $tournament->getName() ?>">Télécharger</a><br />
|
||||
<strong>Autorisation parentale :</strong> <a href="/Autorisation parentale.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a><br />
|
||||
<strong>Fiche sanitaire :</strong> <a href="/Fiche sanitaire.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<div class="alert alert-info">
|
||||
<strong>Organisateur<?= sizeof($orgas) >= 2 ? 's' : '' ?> :</strong>
|
||||
@ -35,9 +35,9 @@
|
||||
<div class="alert alert-info">
|
||||
<strong>Lieu :</strong> <?= $tournament->getPlace() ?>
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
<!--<div class="alert alert-info">
|
||||
<strong>Prix par partipant :</strong> <?= $tournament->getPrice() == 0 ? "Gratuit" : $tournament->getPrice() . " €" ?>
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="alert alert-info">
|
||||
<strong>Dates :</strong> Du <?= formatDate($tournament->getStartDate()) ?> au <?= formatDate($tournament->getEndDate()) ?>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user