1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-26 05:57:36 +02:00

Bugs corrigés dans l'interface encadrant

This commit is contained in:
Yohann
2019-12-19 09:50:32 +01:00
parent 6218fcd2c2
commit 7463817503
4 changed files with 39 additions and 32 deletions

View File

@ -7,7 +7,7 @@ require_once "header.php" ; ?>
<?php if (isset($join_team) && !$has_error) { ?>
<div class="alert alert-success">
Vous avez bien rejoint l'équipe <?= $_SESSION["team"]->getName() ?> !
Vous avez bien rejoint l'équipe <?= $team->getName() ?> !
</div>
<?php } elseif(date("Y-m-d H:i:s") >= $CONFIG->getInscriptionDate()) { ?>
<div class="alert alert-danger">