406f69080b
This reverts commit 7ed3ceb960
.
7 lines
143 B
Python
7 lines
143 B
Python
"""SAML Provider authorization view"""
|
|
from django.views.generic import FormView
|
|
|
|
|
|
class AuthorizeView(FormView):
|
|
"""Authorization view"""
|