1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-04 07:32:18 +02:00

Users can indicate their health issues to organizers

This commit is contained in:
Yohann D'ANELLO
2021-01-23 21:55:54 +01:00
parent f53f9fbc6c
commit c500a735d8
5 changed files with 117 additions and 80 deletions

View File

@ -150,6 +150,12 @@ class ParticipantRegistration(Registration):
blank=True,
)
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"),
)
photo_authorization = models.FileField(
verbose_name=_("photo authorization"),
upload_to=get_random_photo_filename,