Changeset - 2d8ca5550ffd
[Not reviewed]
0 1 0
Joel Addison - 2 years ago 2021-11-27 07:12:46
joel@addison.net.au
Attendee profile updates

Adjust wording of address line. Set LCA Chat to false by default.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -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(
0 comments (0 inline, 0 general)