mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-01-07 13:42:22 +00:00
Il n'est pas possible de changer le problème d'une équipe déjà validée
This commit is contained in:
parent
e07c4df13b
commit
2f9e1cc452
@ -11,7 +11,7 @@
|
|||||||
<strong>Trigramme :</strong> <?= $team->getTrigram() ?>
|
<strong>Trigramme :</strong> <?= $team->getTrigram() ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<?php if (date("Y-m-d H:i:s") < $CONFIG->getInscriptionDate()) { ?>
|
<?php if (date("Y-m-d H:i:s") < $CONFIG->getInscriptionDate() && $team->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
|
||||||
<label for="problem">Problème :</label>
|
<label for="problem">Problème :</label>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<select class="custom-select" id="problem" name="select_problem" onchange="this.form.submit()">
|
<select class="custom-select" id="problem" name="select_problem" onchange="this.form.submit()">
|
||||||
|
Loading…
Reference in New Issue
Block a user