project/scipycon/registration/labels.py
author primal primal007@gmail.com
Sat, 03 Dec 2011 19:45:50 +0530
branch2011
changeset 487 f8d994c3d48d
parent 94 87e77aa18610
permissions -rw-r--r--
Minor Fixes


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

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