author | anoop |
Mon, 02 Aug 2010 21:06:34 +0530 | |
branch | anoop |
changeset 205 | 3381ac722e36 |
parent 204 | a190811581a8 |
child 206 | f2d738abba0d |
sdi/views.py | file | annotate | diff | comparison | revisions |
--- 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()