mirror of
https://github.com/ansible/awx.git
synced 2026-05-01 14:45:29 -02:30
Merge branch 'release_3.2.4' into release_3.3.0
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# All Rights Reserved.
|
||||
|
||||
from django.views.generic.base import TemplateView, RedirectView
|
||||
from django.conf import settings
|
||||
|
||||
class IndexView(TemplateView):
|
||||
|
||||
@@ -9,6 +10,7 @@ class IndexView(TemplateView):
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super(IndexView, self).get_context_data(**kwargs)
|
||||
context['UI_LIVE_UPDATES_ENABLED'] = settings.UI_LIVE_UPDATES_ENABLED
|
||||
# Add any additional context info here.
|
||||
return context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user