File diff 6256bb242014 → 2d8ca5550ffd
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(