# HG changeset patch # User anoop # Date 1280589359 -19800 # Node ID 9ee78481e7cd7a3309b62b9e894b22c9d127de58 # Parent e272a7fcdbaa54327a647a70c6a797bd9ae789f9 fixed a bug. diff -r e272a7fcdbaa -r 9ee78481e7cd sdi/views.py --- 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() diff -r e272a7fcdbaa -r 9ee78481e7cd templates/late_for_confirmation.html --- a/templates/late_for_confirmation.html Sat Jul 31 20:16:59 2010 +0530 +++ b/templates/late_for_confirmation.html Sat Jul 31 20:45:59 2010 +0530 @@ -5,7 +5,7 @@ {% block content %} You are late for confirmation, if you really want to attend Sage Days 25, send a mail to sagedays@fossee.in.
-You request via mail will be considered only if any seat is vacant. You will receive a confirmation by mail, if you are selected. +Your request via mail will be considered only if any seat is vacant. You will receive a confirmation by mail, if you are selected. {% if user.acco_required %}
Mostly you may have to arrange for accommodation yourself, as you are late in confirming.