mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 15:37:24 +02:00
Nombreux changements mineurs
This commit is contained in:
@ -52,8 +52,8 @@ require_once "header.php";
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
Autorise Animath à diffuser mes vidéos : <?= $team->allowPublish() ? "oui" : "non" ?> (<a
|
||||
href="/mon-equipe/diffusion-videos">changer</a>)
|
||||
<strong>Autorise Animath à diffuser mes vidéos à la fin du tournoi :</strong>
|
||||
<?= $team->allowPublish() ? "oui" : "non" ?> (<a href="/mon-equipe/diffusion-videos">changer</a>)
|
||||
</div>
|
||||
|
||||
<?php if (date("Y-m-d H:i:s") >= $CONFIG->getInscriptionDate() && $team->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
|
||||
|
Reference in New Issue
Block a user