diff --git a/assets/icons/mingcute/compass-fill.svg b/assets/icons/mingcute/compass-fill.svg new file mode 100644 index 000000000..d32c4b722 --- /dev/null +++ b/assets/icons/mingcute/compass-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/bundles/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig index 4c03b2a65..b337681c6 100644 --- a/templates/bundles/TwigBundle/Exception/error404.html.twig +++ b/templates/bundles/TwigBundle/Exception/error404.html.twig @@ -1,18 +1,37 @@ -{% extends 'site/base.html.twig' %} +{% extends 'layouts/site.html.twig' %} -{% block title %}Page 404{% endblock %} +{% block title %}Page introuvable - AFUP{% endblock %} -{% set header = "" %} -{% set footer = "" %} +{% block metas %} + +{% endblock %} {% block content %} -
-
-

Page 404 ;-(

+
+
+ + + -

- Vous pouvez retourner à l'accueil du site. +

+ +

+ Cette page n'existe pas, ou n'existe plus. +

+ +

+ L'adresse comporte peut-être une faute de frappe, ou la page a été déplacée depuis le lien + que vous avez suivi.

+ +
+ + Retour à l'accueil + + + Consulter le plan du site + +
-{% endblock %} \ No newline at end of file +{% endblock %}