X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fviews.py;h=af7fbc421de8534f8fabd2f2c8381973382006f6;hb=b0137a4f50050ca3256f1f9fbe2e29713db78958;hp=11f773bb58962ac4620f6688e26c6f9712d9c17e;hpb=87f88e2a5c434c321cb112527573cfad66c97e75;p=myslice.git diff --git a/auth/views.py b/auth/views.py index 11f773bb..af7fbc42 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.html',{'state':state, 'username': username}, + return render_to_response('login-view.html',{'state':state, 'username': username}, context_instance=RequestContext(request))