From 7c728b7add78ac28c37c813fc984d9017a89ece5 Mon Sep 17 00:00:00 2001 From: gzbender Date: Fri, 27 Sep 2019 23:11:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9=20=D0=B2=20=D0=B2=D0=BE=D1=80=D0=BE=D0=BD?= =?UTF-8?q?=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/auth/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/auth/views.py b/apps/auth/views.py index a056c6ed..34a6eb3f 100644 --- a/apps/auth/views.py +++ b/apps/auth/views.py @@ -244,6 +244,7 @@ class FacebookLoginOrRegistration(View): return JsonResponse({"success": True}) +@method_decorator(csrf_exempt, name="dispatch") class LandingRegistrationView(View): def post(self, request, *args, **kwargs):