Commit de8ac894 authored by Michal Čihař's avatar Michal Čihař

Redirect to home page after logout

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b13188b4
...@@ -394,7 +394,7 @@ def weblate_logout(request): ...@@ -394,7 +394,7 @@ def weblate_logout(request):
return auth_views.logout( return auth_views.logout(
request, request,
next_page=settings.LOGIN_URL, next_page=reverse('home'),
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment