project/scipycon/registration/labels.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 18 Nov 2010 19:04:24 +0530
branchpayments
changeset 278 2ea8af6851c9
parent 94 87e77aa18610
permissions -rw-r--r--
Modify the delegate_remainder function to send mails for the registered user and add content for registration update mail.


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

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