1
0
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:
galaxyoyo
2019-09-24 12:04:42 +02:00
parent e878854861
commit 5724a6c98e
6 changed files with 269 additions and 276 deletions

View File

@ -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 }