fix typo in comment in student view
This commit is contained in:
committed by
Matthew Mongeau
parent
efe158378f
commit
30f6db8e20
@@ -94,7 +94,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('/')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user