mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-26 07:57:36 +02:00
Messages d'informations validation équipes/vidéos
This commit is contained in:
@ -119,7 +119,12 @@ require_once "header.php";
|
||||
<input class="btn btn-primary btn-lg btn-block" type="submit" name="request_validation"
|
||||
value="Demander la validation"/>
|
||||
</form>
|
||||
<?php } ?>
|
||||
<?php } else { ?>
|
||||
<div class="alert alert-warning">
|
||||
Pour demander à valider votre équipe, vous devez avoir au moins un encadrant, trois participants,
|
||||
choisi un problème et soumis une autorisation de droit à l'image par participant.
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php }
|
||||
elseif ($team->getValidationStatus() == ValidationStatus::WAITING) { ?>
|
||||
<div class="alert alert-warning">
|
||||
|
Reference in New Issue
Block a user