Minor coding style fix

pull/914/head^2
Karl Hobley 2015-01-19 14:02:53 +00:00
rodzic 23ae84426f
commit 2dd132114d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -90,7 +90,7 @@ def login(request):
def logout(request):
response = auth_logout(request, next_page = 'wagtailadmin_login')
response = auth_logout(request, next_page='wagtailadmin_login')
# By default, logging out will generate a fresh sessionid cookie. We want to use the
# absence of sessionid as an indication that front-end pages are being viewed by a