X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fviews.py;h=eca193965759c5d2ebcc6741c06f42daa5f692f7;hb=d1a79ca71659cdcc0de34fb681d9250362eb52e9;hp=af7fbc421de8534f8fabd2f2c8381973382006f6;hpb=1c33a932490a1df3125d92bd026f765c633cc0f6;p=myslice.git diff --git a/auth/views.py b/auth/views.py index af7fbc42..eca19396 100644 --- a/auth/views.py +++ b/auth/views.py @@ -21,5 +21,5 @@ def login_user(request): else: state = "Your username and/or password were incorrect." - return render_to_response('login-view.html',{'state':state, 'username': username}, + return render_to_response('view-login.html',{'state':state, 'username': username}, context_instance=RequestContext(request))