sdi/views.py
branchanoop
changeset 205 3381ac722e36
parent 202 9ee78481e7cd
child 206 f2d738abba0d
--- a/sdi/views.py	Mon Aug 02 18:02:52 2010 +0530
+++ b/sdi/views.py	Mon Aug 02 21:06:34 2010 +0530
@@ -229,7 +229,7 @@
     elif status != "2":
         raise Http404
 
-    if int(uid) < 157:
+    if int(uid) < 157 and (int(uid)!=150 or int(uid)!=151):
         return render_to_response("late_for_confirmation.html", {"user":user})
 
     participant_info = ParticipantInfo()