Flake8 fixes and URL updates

This commit is contained in:
Wayne Witzel III
2017-11-09 20:24:50 -05:00
parent 96904968d8
commit f118e27047
20 changed files with 58 additions and 94 deletions

View File

@@ -10,6 +10,7 @@ from awx.sso.views import (
)
app_name = 'sso'
urlpatterns = [
url(r'^complete/$', sso_complete, name='sso_complete'),
url(r'^error/$', sso_error, name='sso_error'),