diff options
Diffstat (limited to 'project/kiwipycon/registration/labels.py')
-rw-r--r-- | project/kiwipycon/registration/labels.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/project/kiwipycon/registration/labels.py b/project/kiwipycon/registration/labels.py new file mode 100644 index 0000000..c465f2c --- /dev/null +++ b/project/kiwipycon/registration/labels.py @@ -0,0 +1,7 @@ + +WIFI_CHOICES = ( + ("0", "Yes"), + ('1', 'No'), + ) + +WIFI_HELP = """Are you bringing a laptop to the event?""" |