mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 11:00:29 +02:00
Attribution des vidéos aux équipes (manuelle)
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
<?php
|
||||
require_once "header.php";
|
||||
|
||||
if ($has_error)
|
||||
echo "<h2>Erreur : " . $error_message . "</h2>";
|
||||
|
||||
elseif (isset($my_account) || isset($new_password)) {
|
||||
if (!$has_error && (isset($my_account) || isset($new_password))) {
|
||||
?>
|
||||
<h2>Votre compte a bien été mis à jour !</h2>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user