Commit a8b3da3f by Bridger Maxwell

Changed template name from last commit

parent de52b657
......@@ -32,7 +32,7 @@ def courseinfo(request):
else:
csrf_token = csrf(request)['csrf_token']
# TODO: Clean up how 'error' is done.
return render_to_response('index.html', {'error' : '',
return render_to_response('courseinfo.html', {'error' : '',
'csrf': csrf_token })
def login_user(request, 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