We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5951d commit 03ebc5eCopy full SHA for 03ebc5e
app/views/member/details/edit.html.haml
@@ -11,6 +11,7 @@
11
= f.input :surname, required: true
12
= f.input :pronouns
13
= f.input :email, required: true
14
+ = f.input :dietary_restrictions, label: 'If you have dietary restrictions, please add them here'
15
- if @member.coach?
16
= f.input :about_you, as: :text, label: t('member.details.edit.coach.about_you'), input_html: { rows: 3 }, required: true
17
- else
0 commit comments