SamlValidation -> SamlValidate

This commit is contained in:
Valentin Samir 2015-05-29 20:07:53 +02:00
parent 1d84f2c86e
commit 238d6da2a3

View file

@ -558,7 +558,7 @@ class SamlValidate(View, AttributesMixin):
@method_decorator(csrf_exempt)
def dispatch(self, request, *args, **kwargs):
"""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):
"""methode called on POST request on this view"""