From 7ab59414486d48517101f1051802f5417b002111 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 30 Nov 2021 21:48:40 +0100 Subject: [PATCH] update error page --- .env | 1 - .../TwigBundle/Exception/error.html.twig | 157 +++++------------- 2 files changed, 45 insertions(+), 113 deletions(-) diff --git a/.env b/.env index 8b0f3ba..6172586 100644 --- a/.env +++ b/.env @@ -36,4 +36,3 @@ MAILER_URL=null://localhost ASSET_BASE_URL=null UMAMI_URL=null -GIPHY_API_KEY=null diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig index ce7a796..a3ac134 100644 --- a/templates/bundles/TwigBundle/Exception/error.html.twig +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -18,125 +18,58 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - Erreur {% block code %}{% endblock %} + + {% block css %} + {{ encore_entry_link_tags('app') }} + + + {% endblock %} + + +
+
+
+
+
-
- - -
-
- Erreur {{ block('code') }} +
+
+ Erreur {{ block('code') }} +
+
+ {% block error %}{% endblock %} +
+
+ +
+
+
+
-
- {% block error %}{% endblock %} - -
Aller sur le blog -
-
- - - - + {% block js %} + {{ encore_entry_script_tags('app') }} + {% endblock %} {% endapply %}