Ajout erreur404 & 403, modif regex mdp, lien user de preview fixed

This commit is contained in:
laura.chevillet 2026-02-17 15:56:56 +01:00
parent 46bc4952dc
commit a0738bb737
11 changed files with 52 additions and 10 deletions

9
views/error_404.tpl Normal file
View file

@ -0,0 +1,9 @@
{extends file="views/layout.tpl"}
{block name="content"}
<div class="text-center">
<h1 class="display-1">Erreur 404</h1>
<h2 class="display-3">Cette page n'existe pas !</h2>
<img class="img-fluid" src="assests/img/error404.webp">
</div>
{/block}