diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-01 16:35:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-01 16:35:48 +0200 |
commit | c4bf7af96f52aaafd13049e74f27b368eec79bf8 (patch) | |
tree | c1126ee4ec55c82645b10ef65f4657aa80930657 /app | |
parent | db5541e7a1e7131d62b4df23fa6eadd0c542b256 (diff) | |
parent | 40e219622a2c416ab36cb39b26a5e1354e4438cc (diff) | |
download | wallabag-c4bf7af96f52aaafd13049e74f27b368eec79bf8.tar.gz wallabag-c4bf7af96f52aaafd13049e74f27b368eec79bf8.tar.zst wallabag-c4bf7af96f52aaafd13049e74f27b368eec79bf8.zip |
Merge pull request #2322 from wallabag/v2-404
Customize errors templates
Diffstat (limited to 'app')
-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: |