mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Enable template debugging when running tests
Otherwise, template errors are silently ignored
This commit is contained in:
parent
2b135a519c
commit
4c71f05952
@ -62,7 +62,7 @@ TEMPLATES = [
|
||||
'wagtail.tests.context_processors.do_not_use_static_url',
|
||||
'wagtail.contrib.settings.context_processors.settings',
|
||||
],
|
||||
'debug': False,
|
||||
'debug': True, # required in order to catch template errors
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user