Add dietary help text
This commit is contained in:
parent
354825a85b
commit
9a618bf54f
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ class AttendeeProfile(rego.AttendeeProfileBase):
|
||||||
)
|
)
|
||||||
dietary_restrictions = models.CharField(
|
dietary_restrictions = models.CharField(
|
||||||
verbose_name="Food allergies, intolerances, or dietary restrictions",
|
verbose_name="Food allergies, intolerances, or dietary restrictions",
|
||||||
|
help_text="eg. vegan, kosher, gluten free, keto, paleo, etc",
|
||||||
max_length=256,
|
max_length=256,
|
||||||
blank=True,
|
blank=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue