project/scipycon/registration/labels.py
author Primal Pappachan <primal007@gmail.com>
Wed, 30 Nov 2011 12:42:05 +0530
branch2011
changeset 472 c8068bc1d7c3
parent 94 87e77aa18610
permissions -rw-r--r--
Edited Ole Nielson's Tutorial Description


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

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