diff --git a/pinaxcon/registrasion/models.py b/pinaxcon/registrasion/models.py index 0eab570c26a4e79b8b94ff68d8ca66cd80833cea..84d34c544018f0c28612084e2b53bd255d05c82a 100644 --- a/pinaxcon/registrasion/models.py +++ b/pinaxcon/registrasion/models.py @@ -115,7 +115,7 @@ class AttendeeProfile(rego.AttendeeProfileBase): address_line_1 = models.CharField( verbose_name="Address line 1", help_text="This address, if provided, will appear on your invoices. " - "It is also where we will ship your Swag Badge " + "It is also where we will ship your Open Hardware Kit " "if you are allocated one.", max_length=1024, blank=True, @@ -152,7 +152,6 @@ class AttendeeProfile(rego.AttendeeProfileBase): "conference. We need to know whether you are over 18 to " "allow us to cater for you at venues that serve alcohol.", blank=True, - default=False, ) dietary_restrictions = models.CharField( verbose_name="Food allergies, intolerances, or dietary restrictions", @@ -204,6 +203,7 @@ class AttendeeProfile(rego.AttendeeProfileBase): "attendees during the week of the conference for general " "discussion.", blank=True, + default=False, ) future_conference = models.BooleanField(