mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-26 02:27:32 +02:00
Modifications mineures
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
<a href="/tournoi/<?= $tournament->getName() ?>"><?= $tournament->getName() ?></a>
|
||||
</th>
|
||||
<td>Du <?= formatDate($tournament->getStartDate()) ?> au <?= formatDate($tournament->getEndDate()) ?></td>
|
||||
<td><?= formatDate($tournament->getInscriptionDate()) ?></td>
|
||||
<td><?= formatDate($tournament->getSolutionsDate()) ?></td>
|
||||
<td><?= formatDate($tournament->getSynthesesDate()) ?></td>
|
||||
<td><?= $tournament->getSize() ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user