mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-05 18:03:57 +02:00
Affichage des équipes n'ayant pas encore participé à la phase en cours
This commit is contained in:
@ -42,7 +42,7 @@ if ($_SESSION["role"] == Role::ADMIN) { ?>
|
||||
<hr/>
|
||||
<? if ($team->getValidationStatus() == ValidationStatus::VALIDATED) { ?>
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<a href="/videos-solutions#team-<?= $team->getTrigram() ?>"><button class="btn btn-primary btn-lg btn-block">
|
||||
<a href="/suivi-tournoi#team-<?= $team->getTrigram() ?>"><button class="btn btn-primary btn-lg btn-block">
|
||||
Aller aux vidéos de l'équipe</button></a><br />
|
||||
<form method="POST">
|
||||
<div class="form-group row">
|
||||
|
Reference in New Issue
Block a user