diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-01 14:51:54 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-01 14:58:48 +0200 |
commit | 40e219622a2c416ab36cb39b26a5e1354e4438cc (patch) | |
tree | 878fb4e50ecee04603f8a05dec04f9a4b8662d18 /app/config/config.yml | |
parent | 114c55c0a6eade2ba6c53fe25f61cc58cca91620 (diff) | |
download | wallabag-40e219622a2c416ab36cb39b26a5e1354e4438cc.tar.gz wallabag-40e219622a2c416ab36cb39b26a5e1354e4438cc.tar.zst wallabag-40e219622a2c416ab36cb39b26a5e1354e4438cc.zip |
Customize errors templates
All error goes to the same template which only display the error message and the status code.
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index b5d82ed9..fbebfee7 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -64,6 +64,7 @@ twig: | |||
64 | strict_variables: "%kernel.debug%" | 64 | strict_variables: "%kernel.debug%" |
65 | form_themes: | 65 | form_themes: |
66 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" | 66 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" |
67 | exception_controller: wallabag_core.exception_controller:showAction | ||
67 | 68 | ||
68 | # Doctrine Configuration | 69 | # Doctrine Configuration |
69 | doctrine: | 70 | doctrine: |