mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 05:08:46 +02:00
Design inscription, connexion, calendrier
This commit is contained in:
@ -100,8 +100,12 @@
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="mt-4 mb-4">
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if (isset($has_error) && $has_error) {
|
||||
echo "<h2>Erreur : " . $error_message . "</h2>";
|
||||
}
|
||||
if (isset($has_error) && $has_error) { ?>
|
||||
<div class="alert alert-danger">
|
||||
Erreur : <?= $error_message ?>
|
||||
</div>
|
||||
<?php }
|
Reference in New Issue
Block a user