Commit b2b6b741 by Calen Pennington

Merge pull request #116 from MITx/victor/render-path-cleanup

Victor/render path cleanup
parents 1a33203b 4134033a
...@@ -89,7 +89,7 @@ def login_user(request, error=""): ...@@ -89,7 +89,7 @@ def login_user(request, error=""):
@ensure_csrf_cookie @ensure_csrf_cookie
def logout_user(request): 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) logout(request)
return redirect('/') return redirect('/')
......
...@@ -25,3 +25,4 @@ newrelic ...@@ -25,3 +25,4 @@ newrelic
glob2 glob2
django_nose django_nose
nosexcover nosexcover
rednose
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