Changeset - 630f50c452e3
[Not reviewed]
0 1 0
Joel Addison - 14 months ago 2023-02-11 04:09:03
joel@addison.net.au
Update attendee profile

Remove reference to Open Hardware kit as this is not happening in 2023.
Set lca_announce field to default of False given field is hidden.
1 file changed with 5 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -91,9 +91,9 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
        max_length=64,
 
        verbose_name="Free text line 1",
 
        help_text="A line of free text that will appear on your badge. Use "
 
                  "this for your Twitter handle, IRC nick, your preferred "
 
                  "pronouns or anything else you'd like people to see on "
 
                  "your badge.",
 
                  "this for your Mastodon or Twitter handle, IRC nick, "
 
                  "your preferred pronouns or anything else you'd like people "
 
                  "to see on your badge.",
 
        blank=True,
 
    )
 
    free_text_2 = models.CharField(
...
 
@@ -114,9 +114,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 Open Hardware Kit "
 
                  "if you are allocated one.",
 
        help_text="This address, if provided, will appear on your invoices.",
 
        max_length=1024,
 
        blank=True,
 
    )
...
 
@@ -195,6 +193,7 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
        help_text="Select to be subscribed to the low-traffic lca-announce "
 
                  "mailing list",
 
        blank=True,
 
        default=False,
 
    )
 

	
 
    lca_chat = models.BooleanField(
0 comments (0 inline, 0 general)