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:
@ -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))) {
|
||||
?>
|
||||
|
Reference in New Issue
Block a user