# HG changeset patch # User anoop # Date 1281168547 -19800 # Node ID b67b2d5cfdd88ceac02543ea6febefb2343a7ed1 # Parent 443bbd61e84bed959001035766ac90adeb239428 added a new exception. diff -r 443bbd61e84b -r b67b2d5cfdd8 sdi/views.py --- a/sdi/views.py Fri Aug 06 16:17:02 2010 +0530 +++ b/sdi/views.py Sat Aug 07 13:39:07 2010 +0530 @@ -234,7 +234,7 @@ elif status != "2": raise Http404 - special_request = [150,151,175,195] + special_request = [150,151,175,195,189] if int(uid) < 229 and int(uid) not in special_request: return render_to_response("late_for_confirmation.html", {"user":user})