# HG changeset patch # User nishanth # Date 1279184705 -19800 # Node ID bf16c82df506e03fad84d58bb8d69a01eb3fc6a1 # Parent 8cccb8f7fff24248d52202388b91b704de13001e forgot an import .. fixed it diff -r 8cccb8f7fff2 -r bf16c82df506 sdi/views.py --- a/sdi/views.py Thu Jul 15 14:28:25 2010 +0530 +++ b/sdi/views.py Thu Jul 15 14:35:05 2010 +0530 @@ -1,6 +1,7 @@ from django.shortcuts import render_to_response, redirect from django.http import HttpResponse from django.contrib.auth.decorators import login_required +from django.utils.datastructures import MultiValueDictKeyError from django.contrib.auth import authenticate, login, logout @@ -143,7 +144,6 @@ return render_to_response("cnf_wsp_ptc.html", {"email":email}) - def admin_login(request): """ basic login. """