branch | anoop |
changeset 211 | a098e677b5a0 |
parent 210 | 9dde8b1de561 |
child 214 | e76c56790872 |
--- a/sdi/views.py Wed Aug 04 19:22:25 2010 +0530 +++ b/sdi/views.py Thu Aug 05 00:14:17 2010 +0530 @@ -229,7 +229,7 @@ elif status != "2": raise Http404 - special_request = [150,151,175] + special_request = [150,151,175,195] if int(uid) < 229 and int(uid) not in special_request: return render_to_response("late_for_confirmation.html", {"user":user})