File diff 8d95a608dd50 → 0015814518e3
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -120,12 +120,13 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
        verbose_name="State/Territory/Province",
 
        blank=True,
 
    )
 

	
 
    dietary_restrictions = models.CharField(
 
        verbose_name="Food allergies, intolerances, or dietary restrictions",
 
        help_text="For example: vegetarian, vegan, gluten intolerant, low carb, allergic to _____, …",
 
        max_length=256,
 
        blank=True,
 
    )
 

	
 
    agreement = models.BooleanField(
 
        verbose_name="Agreement",