chenjunkai %!s(int64=5) %!d(string=hai) anos
pai
achega
983e763595
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/UserController.py

+ 1 - 1
Controller/UserController.py

@@ -2055,7 +2055,7 @@ class alexaAuthView(TemplateView):
 class V2LogoutView(TemplateView):
     @method_decorator(csrf_exempt)
     def dispatch(self, *args, **kwargs):
-        return super(LogoutView, self).dispatch(*args, **kwargs)
+        return super(V2LogoutView, self).dispatch(*args, **kwargs)
 
     def post(self, request, *args, **kwargs):
         request.encoding = 'utf-8'