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

Corrections mineures

This commit is contained in:
Yohann
2019-10-05 00:24:31 +02:00
parent 66421eefb3
commit 9de0491755
7 changed files with 20 additions and 12 deletions

View File

@ -6,6 +6,12 @@ require_once "header.php";
<h1 class="display-4">Mon compte</h1>
</div>
<?php if (!$has_error && isset($send_document)) { ?>
<div class="alert alert-success">
Le fichier a été correctement envoyé !
</div>
<?php } ?>
<?php
if (!$has_error && (isset($my_account) || isset($new_password))) {
?>