mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
show exceptions in plain text, not HTML
This commit is contained in:
@@ -94,6 +94,7 @@ TEMPLATE_CONTEXT_PROCESSORS += (
|
||||
|
||||
MIDDLEWARE_CLASSES += (
|
||||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'lib.middleware.exceptions.ExceptionMiddleware',
|
||||
#'django.middleware.transaction.TransactionMiddleware',
|
||||
#'devserver.middleware.DevServerMiddleware',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user