project/kiwipycon/registration/labels.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 14 Dec 2009 01:02:08 +0530
changeset 74 1f99e847a8c7
parent 1 fda1c66b25f9
permissions -rw-r--r--
Fixed days in sprint schedule.


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

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