1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 10:20:28 +02:00

Attribution des vidéos aux équipes (manuelle)

This commit is contained in:
galaxyoyo
2019-09-20 00:02:01 +02:00
parent c48b97cc6d
commit c3aa0386f2
14 changed files with 171 additions and 320 deletions

View File

@ -1,12 +1,8 @@
<?php
require_once "header.php";
if (isset($admin)) {
if ($has_error) {
echo "<h2>Erreur : " . $error_message . "</h2>";
} else {
echo "<h2>Organisateur ajouté avec succès ! Ses identifiants ont été transmis par mail.</h2>";
}
if (isset($admin) && !$has_error) {
echo "<h2>Organisateur ajouté avec succès ! Ses identifiants ont été transmis par mail.</h2>";
} ?>
<form method="POST">