fixed a bug.
--- 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()
--- 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.
<br />
-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 %}
<br />
Mostly you may have to arrange for accommodation yourself, as you are late in confirming.