mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 18:17:28 +02:00
Diverses corrections
This commit is contained in:
@ -82,7 +82,7 @@ require_once "header.php";
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<?php if ($_SESSION["team_validation_status"] == ValidationStatus::NOT_READY) { ?>
|
||||
<?php if ($_SESSION["team"]->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<a href="/mon-equipe/modifier">
|
||||
<button class="btn btn-secondary btn-lg btn-block">Modifier mon équipe</button>
|
||||
@ -101,7 +101,7 @@ require_once "header.php";
|
||||
if ($can_validate) { ?>
|
||||
<hr />
|
||||
<form method="post">
|
||||
<label for="engage">Je m'engage à participer à l'intégralité des Correspondances</label>
|
||||
<label for="engage">Je m'engage à participer à l'intégralité du TFJM²</label>
|
||||
<input type="checkbox" name="engage" id="engage" required/>
|
||||
<div class="alert alert-warning">
|
||||
<strong>Attention !</strong> Une fois votre équipe validée, vous ne pourrez plus modifier le nom
|
||||
@ -114,7 +114,8 @@ require_once "header.php";
|
||||
<hr />
|
||||
<div class="alert alert-warning">
|
||||
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.
|
||||
choisi un problème et soumis une autorisation de droit à l'image, une fiche sanitaire et une autorisation
|
||||
parentale (si besoin) par participant.
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php }
|
||||
|
Reference in New Issue
Block a user