1
0
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:
Emmy D'Anello
2024-01-16 22:26:00 +01:00
parent e031e143c2
commit c5a8581a80
5 changed files with 277 additions and 209 deletions

View File

@ -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(