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