project/kiwipycon/registration/labels.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 05 Dec 2009 10:12:39 +0530
changeset 47 668e7e0881b6
parent 1 fda1c66b25f9
permissions -rw-r--r--
Made some typo fixes to delegate reminder mail.


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

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