mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 19:37:23 +02:00
Pas d'inscription possible après la date limite
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
for ($i = 1; $i <= 4; ++$i) {
|
||||
?>
|
||||
<tr style="border: 1px solid black">
|
||||
<td style="border: 1px solid black; text-align: center"><a href="<?= $URL_BASE ?>/probleme/<?= $i ?>"><?= $i ?></a></td>
|
||||
<td style="border: 1px solid black; text-align: center"><a href="<?= $URL_BASE ?>/probleme/<?= $i ?>">Problème <?= $i ?></a></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user