mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
Merge pull request #4596 from AlanCoding/silence
Silence Django19 warnings in ui views.py
This commit is contained in:
@@ -16,6 +16,7 @@ index = IndexView.as_view()
|
||||
|
||||
class PortalRedirectView(RedirectView):
|
||||
|
||||
permanent = True
|
||||
url = '/#/portal'
|
||||
|
||||
portal_redirect = PortalRedirectView.as_view()
|
||||
|
||||
Reference in New Issue
Block a user