project/scipycon/registration/labels.py
author primal primal007@gmail.com
Sun, 11 Sep 2011 16:34:54 +0530
branch2011
changeset 389 fe49720e67bf
parent 94 87e77aa18610
permissions -rw-r--r--
Modified the registration file


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

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