diff --git a/scipost/views.py b/scipost/views.py
index 0b2b80f13edf799f64b85730b1c86a1ca4c830e8..88903f01bcbfbb03949cd3994ae641646be527d4 100644
--- a/scipost/views.py
+++ b/scipost/views.py
@@ -461,7 +461,6 @@ class SciPostLogoutView(LogoutView):
     """Logout processing page."""
 
     next_page = reverse_lazy('scipost:index')
-    redirect_field_name = 'next'
 
     @method_decorator(never_cache)
     def dispatch(self, request, *args, **kwargs):