# HG changeset patch
# User anoop
# Date 1281169055 -19800
# Node ID a942039ded623e4b9bbae18c94ee8f107246fc1f
# Parent  daa76f68f4fc6cce9007b861c850fbcaf8d7b4ad
added a new exception.

diff -r daa76f68f4fc -r a942039ded62 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})