mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 02:20:29 +02:00
Design "Équipe"
This commit is contained in:
@ -82,7 +82,12 @@ if ($_SESSION["role"] == Role::ADMIN) { ?>
|
||||
<?php if ($team->getValidationStatus() == ValidationStatus::WAITING && $_SESSION["role"] == Role::ADMIN) { ?>
|
||||
<hr/>
|
||||
<form method="POST">
|
||||
<input type="submit" class="btn btn-secondary btn-lg btn-block" name="validate" value="Valider l'équipe"/>
|
||||
<div class="form-group">
|
||||
<div class="form-group row col-mod-6">
|
||||
<input type="submit" class="btn btn-secondary btn-lg btn-block" name="unvalidate" value="Refuser l'équipe"/>
|
||||
<input type="submit" class="btn btn-primary btn-lg btn-block" name="validate" value="Valider l'équipe"/>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="row">
|
||||
<h1 class="display-3">
|
||||
Bienvenue sur le site d'inscription aux <a href="https://correspondances-maths.fr/ ">Correspondances
|
||||
des Jeunes Mathématicien·ne·s</a> !
|
||||
des Jeunes Mathématicien·ne·s</a> <span style="color: red;">♥</span> !
|
||||
</h1>
|
||||
<h2 class="display-4 text-muted">
|
||||
<!-- Le Tournoi Français des Jeunes Mathématiciens et Mathématiciennes -->
|
||||
|
Reference in New Issue
Block a user