project/kiwipycon/registration/labels.py
author hg@fossee.in
Wed, 16 Dec 2009 23:42:56 +0530
changeset 80 d26e46249ff7
parent 1 fda1c66b25f9
permissions -rw-r--r--
Commented out RSS feed again.


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

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