File diff 79563669d1f9 → b0e62495d8e8
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -123,6 +123,7 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 

	
 
    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,
 
    )