Add medical dietary restrictions field to flock registration

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-07-12 15:12:34 +00:00
parent adb0bb4abf
commit 02b79e799b

View file

@ -141,6 +141,15 @@
"Yes", "No"
]
},
"dietary": {
"display_name": "Medical dietary restrictions",
"short_display_name": "Diet",
"type": "string",
"required": false,
"message": "This will be kept private; note that no guarantees are made, but we will do our best",
"private": true,
"placeholder": ""
},
"volunteer": {
"display_name": "Are you willing to work as a volunteer at the event?",
"short_display_name": "Vol",