project/kiwipycon/registration/labels.py
changeset 1 fda1c66b25f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/kiwipycon/registration/labels.py	Fri Oct 30 15:09:12 2009 +0530
@@ -0,0 +1,7 @@
+
+WIFI_CHOICES = (
+    ("0", "Yes"),
+    ('1', 'No'),
+    )
+
+WIFI_HELP = """Are you bringing a laptop to the event?"""