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
...
 
@@ -151,6 +151,7 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
    )
 
    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,
 
    )
0 comments (0 inline, 0 general)