SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 3add2b58 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove unneeded field in LogoutView (already set by default)

parent 534e8016
No related branches found
No related tags found
No related merge requests found
...@@ -461,7 +461,6 @@ class SciPostLogoutView(LogoutView): ...@@ -461,7 +461,6 @@ class SciPostLogoutView(LogoutView):
"""Logout processing page.""" """Logout processing page."""
next_page = reverse_lazy('scipost:index') next_page = reverse_lazy('scipost:index')
redirect_field_name = 'next'
@method_decorator(never_cache) @method_decorator(never_cache)
def dispatch(self, request, *args, **kwargs): def dispatch(self, request, *args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment