forgot an import .. fixed it anoop
authornishanth
Thu, 15 Jul 2010 14:35:05 +0530
branchanoop
changeset 97 bf16c82df506
parent 96 8cccb8f7fff2
child 98 e6140a4cac5d
forgot an import .. fixed it
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.
     """