mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 18:20:30 +02:00
Desgn "Mon compte" & mini-corrections
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
<?php
|
||||
require_once "header.php";
|
||||
?>
|
||||
|
||||
if (isset($admin) && !$has_error) { ?>
|
||||
<div class="mt-4 mb-4">
|
||||
<h1 class="display-4">Ajouter un administrateur</h1>
|
||||
</div>
|
||||
|
||||
<?php if (isset($admin) && !$has_error) { ?>
|
||||
<div class="alert alert-success">
|
||||
Organisateur ajouté avec succès ! Ses identifiants ont été transmis par mail.
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user