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:
parent
dcd1819cbe
commit
9f69444813
@ -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 } ?>
|
||||
|
Loading…
Reference in New Issue
Block a user