mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-01-08 11:02:21 +00:00
Message informatif
This commit is contained in:
parent
dc3f81b6d3
commit
1c33c84a3a
@ -113,15 +113,13 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<?php if ($_SESSION["team"]->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
|
||||
<hr/>
|
||||
<div class="mt-4 mb-4">
|
||||
<h1 class="display-5">Autorisation de droit à l'image</h1>
|
||||
</div>
|
||||
<?php
|
||||
if (isset($_SESSION["team"])) {
|
||||
printDocuments($documents);
|
||||
|
||||
if ($_SESSION["team"]->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
|
||||
<em>Ce document peut être modifié tant que l'équipe n'est pas validée.</em>
|
||||
<?php printDocuments($documents); ?>
|
||||
<form method="POST" enctype="multipart/form-data">
|
||||
|
||||
<div class="form-row">
|
||||
@ -136,7 +134,6 @@ if (isset($_SESSION["team"])) {
|
||||
value="Envoyer le document"/>
|
||||
</div>
|
||||
</form>
|
||||
<?php }
|
||||
} ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php require_once "footer.php" ?>
|
Loading…
Reference in New Issue
Block a user