mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Fix lingering import statement, add context processor to expose settings to templates.
This commit is contained in:
@@ -118,6 +118,7 @@ ALLOWED_HOSTS = []
|
||||
|
||||
TEMPLATE_CONTEXT_PROCESSORS += (
|
||||
'django.core.context_processors.request',
|
||||
'lib.ui.context_processors.settings',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES += (
|
||||
|
||||
Reference in New Issue
Block a user