dont redefine post method [ci skip]

This commit is contained in:
Jose Antonio Gonzalez
2017-11-24 15:54:42 +02:00
parent 5150a96005
commit 7a1dd74a0f

View File

@@ -613,7 +613,7 @@ class RecoverPasswordView(views.APIView):
HttpResponse: 405 if using an unsupported HTTP method
"""
def post(self, request, format=None):
def post(self, request, *args, **kwargs):
"""
Makes the request to change the password
"""