Attendee profile updates

Adjust wording of address line. Set LCA Chat to false by default.
This commit is contained in:
Joel Addison 2021-11-27 17:12:46 +10:00
parent 6256bb2420
commit 2d8ca5550f

View file

@ -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(