sdi/views.py
branchanoop
changeset 202 9ee78481e7cd
parent 201 e272a7fcdbaa
child 205 3381ac722e36
--- a/sdi/views.py	Sat Jul 31 20:16:59 2010 +0530
+++ b/sdi/views.py	Sat Jul 31 20:45:59 2010 +0530
@@ -229,7 +229,7 @@
     elif status != "2":
         raise Http404
 
-    if uid < 157:
+    if int(uid) < 157:
         return render_to_response("late_for_confirmation.html", {"user":user})
 
     participant_info = ParticipantInfo()