Changeset - 9a618bf54f31
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 12 months ago 2023-04-24 22:06:18
ben@sturm.com.au
Add dietary help text
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -148,12 +148,13 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
        help_text="Being under 18 will not stop you from attending the "
 
                  "conference.",
 
        blank=True,
 
    )
 
    dietary_restrictions = models.CharField(
 
        verbose_name="Food allergies, intolerances, or dietary restrictions",
 
        help_text="eg. vegan, kosher, gluten free, keto, paleo, etc",
 
        max_length=256,
 
        blank=True,
 
    )
 
    accessibility_requirements = models.CharField(
 
        verbose_name="Accessibility-related requirements",
 
        max_length=256,
0 comments (0 inline, 0 general)