Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some bug bash changes to the FiT registration form #20652

Merged
merged 6 commits into from
Feb 16, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export default class Joining extends LabeledFormComponent {
<p>
Congratulations on your acceptance to Code.org’s Facilitator Development
Program for {this.props.course}! Please complete this registration
form <strong>within two weeks</strong>, and
contact <a href="mailto:facilitators@code.org">facilitators@code.org</a>
with any questions.
form <strong>within two weeks</strong>, and contact&nbsp;
<a href="mailto:facilitators@code.org">facilitators@code.org</a> with any
questions.
</p>

<h4>Section 1: Are you joining us?</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class Releases extends LabeledFormComponent {
render() {
return (
<FormGroup>
<h4>Section 4: Releases</h4>
<h4>Section 3: Releases</h4>
<FormGroup>
<ControlLabel>
Please read this <a target="_blank" href="https://docs.google.com/document/d/12NVUcqccNRbVukoGMCserwSpg4vfG0vNlEqTxr6oit0/edit">photo release.</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default class TravelPlans extends LabeledFormComponent {
</FormGroup>

<FormGroup>
{this.radioButtonsWithAdditionalTextFieldsFor("dietaryNeeds", {
{this.checkBoxesWithAdditionalTextFieldsFor("dietaryNeeds", {
"Food Allergy (please list):": "food_allergy_details"
})}
</FormGroup>
Expand Down
1 change: 1 addition & 0 deletions dashboard/app/models/pd/fit_weekend1819_registration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def self.options
'None',
'Vegetarian',
'Vegan',
'Kosher',
'Halal',
'Gluten Free',
'Food Allergy (please list):',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%script{src: minifiable_asset_path('js/pd/fit_weekend1819_registration/new.js'), data: @script_data}

%h1
2018-19 FiT Weekend Application
2018-19 FiT Weekend Registration

#application-container
-# populated by React