project/scipycon/registration/labels.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 09 Dec 2010 19:08:12 +0530
changeset 342 21dc37050a37
parent 94 87e77aa18610
permissions -rw-r--r--
Make downloadable CSV for stats page.


WIFI_CHOICES = (
    ("0", "Yes"),
    ('1', 'No'),
    )

WIFI_HELP = """Are you bringing a laptop to the event?"""