project/scipycon/registration/labels.py
author primal primal007@gmail.com
Sun, 04 Dec 2011 10:22:23 +0530
branch2011
changeset 505 406ac7809452
parent 94 87e77aa18610
permissions -rw-r--r--
Images added


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

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