Commit 3a4b626e by Carlos Andrés Rocha

Remove unused code from accounts login page

parent 5d85fab2
......@@ -336,12 +336,8 @@ def change_enrollment(request):
@ensure_csrf_cookie
def accounts_login(request, error=""):
return_to = ''
return render_to_response('accounts_login.html', {
'error': error,
'return_to': return_to
})
return render_to_response('accounts_login.html', { 'error': error })
......
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