1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-24 05:08:46 +02:00

Design "Confirmer mail" & mini-corrections

This commit is contained in:
galaxyoyo
2019-09-24 23:54:04 +02:00
parent 90952ecb7c
commit 60939771f6
5 changed files with 30 additions and 15 deletions

View File

@ -106,6 +106,6 @@
<?php
if (isset($has_error) && $has_error) { ?>
<div class="alert alert-danger">
Erreur : <?= $error_message ?>
<strong>Erreur :</strong> <?= $error_message ?>
</div>
<?php }