Skip to content
Snippets Groups Projects
Commit 5ad2824c authored by Victor Shnayder's avatar Victor Shnayder
Browse files

fix typo in comment in student view

parent e75d75b5
No related merge requests found
......@@ -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('/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment