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

Étape 0 : inscription des équipes (en cours)

This commit is contained in:
galaxyoyo
2019-09-12 12:18:15 +02:00
parent 340be7faf5
commit 7ef88be38c
14 changed files with 541 additions and 32 deletions

View File

@ -18,8 +18,7 @@ echo "<hr />";
if ($user->getRole() == Role::PARTICIPANT || $user->getRole() == Role::ENCADRANT) { ?>
<h2>Autorisations</h2>
<?php
// TODO Add documents
# printDocuments($documents);
printDocuments($documents);
}
require_once "footer.php";