1
0
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:
Yohann
2020-01-01 22:41:08 +01:00
parent d81ad02235
commit 64ffcedbcc
5 changed files with 8 additions and 9 deletions

View File

@ -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 } ?>