From 3add2b583a2a23f3effcba8224153ec60ecf2f88 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 24 Mar 2019 07:03:25 +0100 Subject: [PATCH] Remove unneeded field in LogoutView (already set by default) --- scipost/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scipost/views.py b/scipost/views.py index 0b2b80f13..88903f01b 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): -- GitLab