File diff 38aebda92e5f → 2a720bd46bb4
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -114,7 +114,9 @@ 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.",
 
        help_text="This address, if provided, will appear on your invoices. "
 
                  "It is also where we will ship your Swag Badge "
 
                  "if you are allocated one.",
 
        max_length=1024,
 
        blank=True,
 
    )
...
 
@@ -149,6 +151,8 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
        help_text="Being under 18 will not stop you from attending the "
 
                  "conference. We need to know whether you are over 18 to "
 
                  "allow us to cater for you at venues that serve alcohol.",
 
        blank=True, # LCA2021 - not needed.
 
        default=False,
 
    )
 
    dietary_restrictions = models.CharField(
 
        verbose_name="Food allergies, intolerances, or dietary restrictions",
...
 
@@ -208,6 +212,7 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
                  "Linux Australia conferences who share the same Single Sign "
 
                  "On system.",
 
        blank=True,
 
        default=False,
 
    )
 

	
 
    past_lca = models.ManyToManyField(