changed last date for confirmation+added exception. anoop
authoranoop
Thu, 05 Aug 2010 00:14:17 +0530
branchanoop
changeset 211 a098e677b5a0
parent 210 9dde8b1de561
child 212 5c71757e7e0e
changed last date for confirmation+added exception.
sdi/events.py
sdi/views.py
--- a/sdi/events.py	Wed Aug 04 19:22:25 2010 +0530
+++ b/sdi/events.py	Thu Aug 05 00:14:17 2010 +0530
@@ -106,9 +106,9 @@
 Please ignore this mail if you are not likely to attend Sage Days 25, India.
 
 PS:
-Your participation will be confirmed only if you visit the link above at the latest by 4 August, 2010. Mostly you will have to arrange accommodation yourself, since you have registered very late.
+Your participation will be confirmed only if you visit the link above at the latest by 5 August, 2010. Mostly you will have to arrange accommodation yourself, since you have registered very late. If you don't hear from us about accommodation, please understand you are not given one.
 
-If by any chance you have not confirmed your participation by 4 August,  2010 and still want to participate, write a mail to sagedays@fossee.in
+If by any chance you have not confirmed your participation by 5 August,  2010 and still want to participate, write a mail to sagedays@fossee.in
 
 Thanking you,
 
--- a/sdi/views.py	Wed Aug 04 19:22:25 2010 +0530
+++ b/sdi/views.py	Thu Aug 05 00:14:17 2010 +0530
@@ -229,7 +229,7 @@
     elif status != "2":
         raise Http404
 
-    special_request = [150,151,175]
+    special_request = [150,151,175,195]
     if int(uid) < 229 and int(uid) not in special_request:
         return render_to_response("late_for_confirmation.html", {"user":user})