branch | anoop |
changeset 201 | e272a7fcdbaa |
parent 193 | 9b2a63bb8d16 |
child 202 | 9ee78481e7cd |
--- a/sdi/views.py Sat Jul 31 19:39:25 2010 +0530 +++ b/sdi/views.py Sat Jul 31 20:16:59 2010 +0530 @@ -229,6 +229,9 @@ elif status != "2": raise Http404 + if uid < 157: + return render_to_response("late_for_confirmation.html", {"user":user}) + participant_info = ParticipantInfo() participant_info.participant = user