project/scipycon/registration/labels.py
author primal primal007@gmail.com
Tue, 06 Dec 2011 18:26:02 +0530
branch2011
changeset 518 9aa2d5e2a1cc
parent 94 87e77aa18610
permissions -rw-r--r--
added production.py back to the system


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

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