forgot an import .. fixed it
--- 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.
"""