# HG changeset patch # User anoop # Date 1280947457 -19800 # Node ID a098e677b5a0acd766d60507acae131291e7270b # Parent 9dde8b1de5610300a7063a34e741dd2c48cac308 changed last date for confirmation+added exception. diff -r 9dde8b1de561 -r a098e677b5a0 sdi/events.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, diff -r 9dde8b1de561 -r a098e677b5a0 sdi/views.py --- 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})