diff --git a/scipost/views.py b/scipost/views.py
index 4d68a43969ac24fa6a5a34e2efe8f970960f24d7..cbcb15c0d322b2e5d0de31c0ff49aa1b9c577573 100644
--- a/scipost/views.py
+++ b/scipost/views.py
@@ -1342,7 +1342,6 @@ def csrf_failure(request, reason=""):
         'META': {k: str(v) for k, v in request.META.items()},
         'COOKIES': {k: str(v) for k, v in request.COOKIES.items()},
     }
-    raise
 
     body = json.dumps(body, indent=4)