1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 03:40:31 +02:00

3 encadrants max par équipe

This commit is contained in:
Yohann D'ANELLO
2020-02-18 15:33:55 +01:00
parent 2c3e3ffcba
commit 0dab65d82b
6 changed files with 227 additions and 135 deletions

View File

@ -38,7 +38,7 @@
</div>
<div class="alert alert-info">
<?php
for ($i = 1; $i <= 2; ++$i) {
for ($i = 1; $i <= 3; ++$i) {
if ($team->getEncadrants()[$i - 1] == NULL)
continue;
$encadrant = User::fromId($team->getEncadrants()[$i - 1]);