mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
Add logout redirect url
This commit is contained in:
@@ -70,7 +70,8 @@ else:
|
||||
name='auth_login'),
|
||||
url(r'^logout/$',
|
||||
auth_views.logout,
|
||||
{'template_name': 'registration/logout.html'},
|
||||
{'template_name': 'registration/logout.html',
|
||||
'next_page': settings.LOGOUT_REDIRECT_URL},
|
||||
name='auth_logout'),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user