Skip to content

Commit

Permalink
Merge pull request #2517 from carpentries/feature/2436-Allow-Instruct…
Browse files Browse the repository at this point in the history
…ors-to-indicate-accommodations-they-need-to-teach-effectively

Make explicit where Instructors can include accommodations they need when signing up for workshop
  • Loading branch information
pbanaszkiewicz committed Mar 18, 2024
2 parents 30be222 + ed1457e commit bbb4338
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion amy/dashboard/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ class SignupForRecruitmentForm(forms.ModelForm):
required=False,
widget=forms.Textarea,
label="Your notes",
help_text="Is there anything else you would like to share with us?",
help_text="Is there anything else you would like to share with us? "
"Please include any accommodations that the host organization should provide "
"to enable you to teach effectively.",
)
helper = BootstrapHelper(
submit_label="Submit my interest in teaching this workshop",
Expand Down

0 comments on commit bbb4338

Please sign in to comment.