summaryrefslogtreecommitdiff
path: root/project/kiwipycon/registration/labels.py
blob: c465f2c122b49634cf7875b64a73c219ab5679fa (plain)
1
2
3
4
5
6
7

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

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