1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-05 02:06:52 +00:00

Numéro du problème dans les équipes en retard

This commit is contained in:
Yohann 2020-01-01 21:42:04 +01:00
parent dcd1819cbe
commit 9f69444813

View File

@ -15,7 +15,7 @@ if (sizeof($waiting_teams) > 0) { ?>
foreach ($waiting_teams as $team) { ?>
<li>
<a href="#team-<?= $team->getTrigram() ?>">
Équipe <?= $team->getName() ?> (<?= $team->getTrigram() ?>)
Équipe <?= $team->getName() ?> (<?= $team->getTrigram() ?>), problème <?= $team->getProblem() ?>
</a>
</li>
<?php } ?>