added a new exception. anoop
authoranoop
Sat, 07 Aug 2010 13:47:35 +0530
branchanoop
changeset 225 a942039ded62
parent 224 daa76f68f4fc
child 226 2e0b3e4c1cae
added a new exception.
sdi/views.py
--- a/sdi/views.py	Sat Aug 07 13:45:34 2010 +0530
+++ b/sdi/views.py	Sat Aug 07 13:47:35 2010 +0530
@@ -234,7 +234,7 @@
     elif status != "2":
         raise Http404
 
-    special_request = [150,151,175,195,189]
+    special_request = [150,151,175,195,189,190]
     if int(uid) < 229 and int(uid) not in special_request:
         return render_to_response("late_for_confirmation.html", {"user":user})