mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-28 06:52:42 +02:00
Add housing constraints field, see #25
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -157,7 +157,16 @@ class ParticipantRegistration(Registration):
|
||||
health_issues = models.TextField(
|
||||
verbose_name=_("health issues"),
|
||||
blank=True,
|
||||
help_text=_("You can indicate here your allergies or anything that is important to know for organizers"),
|
||||
help_text=_("You can indicate here your allergies or anything that is important to know for organizers."),
|
||||
)
|
||||
|
||||
housing_constraints = models.TextField(
|
||||
verbose_name=_("housing constraints"),
|
||||
blank=True,
|
||||
help_text=_("You can fill in something here if you have any housing constraints, "
|
||||
"e.g. medical problems, scheduling issues, gender issues, "
|
||||
"or anything else you feel is relevant to the organizers. "
|
||||
"Leave empty if you have nothing specific to declare."),
|
||||
)
|
||||
|
||||
photo_authorization = models.FileField(
|
||||
|
Reference in New Issue
Block a user