diff --git a/php/src/controleur/UtilisateurControleur.php b/php/src/controleur/UtilisateurControleur.php index a18ffd5..c4dd219 100755 --- a/php/src/controleur/UtilisateurControleur.php +++ b/php/src/controleur/UtilisateurControleur.php @@ -166,7 +166,7 @@ class UtilisateurControleur echo "filtre :".$exp."
";*/ echo $twig->render('OffersList.html', [ - 'msg' => (($msg != null) ? $msg : ""), + 'msg' => $msg, 'offres' => $offers, 'numberPages' => $numberPages, 'currentPage' => $page, diff --git a/php/templates/OffersList.html b/php/templates/OffersList.html index 39cd38e..fbcdb7e 100644 --- a/php/templates/OffersList.html +++ b/php/templates/OffersList.html @@ -92,7 +92,7 @@

Offres d'emploi

{% if msg %} -

{{ message }}

+

{{ msg }}

{% endif %}