SamlValidation -> SamlValidate
This commit is contained in:
parent
1d84f2c86e
commit
238d6da2a3
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ class SamlValidate(View, AttributesMixin):
|
||||||
@method_decorator(csrf_exempt)
|
@method_decorator(csrf_exempt)
|
||||||
def dispatch(self, request, *args, **kwargs):
|
def dispatch(self, request, *args, **kwargs):
|
||||||
"""dispatch requests based on method GET, POST, ..."""
|
"""dispatch requests based on method GET, POST, ..."""
|
||||||
return super(SamlValidation, self).dispatch(request, *args, **kwargs)
|
return super(SamlValidate, self).dispatch(request, *args, **kwargs)
|
||||||
|
|
||||||
def post(self, request):
|
def post(self, request):
|
||||||
"""methode called on POST request on this view"""
|
"""methode called on POST request on this view"""
|
||||||
|
|
Loading…
Reference in a new issue