fix typo in comment in student view

This commit is contained in:
Victor Shnayder
2012-06-07 17:16:56 -04:00
parent e75d75b5a8
commit 5ad2824c59

View File

@@ -89,7 +89,7 @@ def login_user(request, error=""):
@ensure_csrf_cookie
def logout_user(request):
''' HTTP request to log in the user. Redirects to marketing page'''
''' HTTP request to log out the user. Redirects to marketing page'''
logout(request)
return redirect('/')