1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Customize errors templates

All error goes to the same template which only display the error message and the status code.
This commit is contained in:
Jeremy Benoist 2016-10-01 14:51:54 +02:00
parent 114c55c0a6
commit 40e219622a
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
7 changed files with 107 additions and 9 deletions

View file

@ -64,6 +64,7 @@ twig:
strict_variables: "%kernel.debug%"
form_themes:
- "LexikFormFilterBundle:Form:form_div_layout.html.twig"
exception_controller: wallabag_core.exception_controller:showAction
# Doctrine Configuration
doctrine: