From f89410559c20dd88d78ccd6b9d24e7941da9d5ff Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Fri, 30 Oct 2009 15:09:12 +0530 Subject: Added all the files from kiwipycon and the changes made for SciPy.in. --- project/kiwipycon/registration/labels.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 project/kiwipycon/registration/labels.py (limited to 'project/kiwipycon/registration/labels.py') diff --git a/project/kiwipycon/registration/labels.py b/project/kiwipycon/registration/labels.py new file mode 100644 index 0000000..c465f2c --- /dev/null +++ b/project/kiwipycon/registration/labels.py @@ -0,0 +1,7 @@ + +WIFI_CHOICES = ( + ("0", "Yes"), + ('1', 'No'), + ) + +WIFI_HELP = """Are you bringing a laptop to the event?""" -- cgit