diff -r e86755df35da -r 87e77aa18610 project/scipycon/registration/labels.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/scipycon/registration/labels.py Tue Jul 13 17:59:47 2010 +0530 @@ -0,0 +1,7 @@ + +WIFI_CHOICES = ( + ("0", "Yes"), + ('1', 'No'), + ) + +WIFI_HELP = """Are you bringing a laptop to the event?"""