mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 13:37:25 +02:00
Problèmes de date
This commit is contained in:
@ -19,7 +19,7 @@ require_once "header.php";
|
||||
<div class="alert alert-info">
|
||||
<?php
|
||||
for ($i = 1; $i <= 2; ++$i) {
|
||||
if ($team->getEncadrants()[$i] == NULL)
|
||||
if ($team->getEncadrants()[$i - 1] == NULL)
|
||||
continue;
|
||||
$encadrant = User::fromId($team->getEncadrants()[$i - 1]);
|
||||
$id = $encadrant->getId();
|
||||
@ -113,7 +113,7 @@ require_once "header.php";
|
||||
<?php } else { ?>
|
||||
<hr />
|
||||
<div class="alert alert-warning">
|
||||
Pour demander à valider votre équipe, vous devez avoir au moins un encadrant, trois participants,
|
||||
Pour demander à valider votre équipe, vous devez avoir au moins un encadrant, quatre participants,
|
||||
choisi un problème et soumis une autorisation de droit à l'image par participant.
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user