Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
5b6a1fe8
Commit
5b6a1fe8
authored
Jul 18, 2016
by
Ray Schamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespace
parent
e3378d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
src/views/teacherregistration/teacherregistration.jsx
src/views/teacherregistration/teacherregistration.jsx
+18
-18
No files found.
src/views/teacherregistration/teacherregistration.jsx
View file @
5b6a1fe8
...
...
@@ -79,28 +79,28 @@ var TeacherRegistration = React.createClass({
<
Steps
.
RegistrationError
{
...
this
.
state
}
/>
:
<
Progression
{
...
this
.
state
}
>
<
Steps
.
UsernameStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
UsernameStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
DemographicsStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
NameStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
PhoneNumberStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
defaultCountry=
{
this
.
state
.
formData
.
user
&&
this
.
state
.
formData
.
user
.
country
}
/>
<
Steps
.
NameStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
PhoneNumberStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
defaultCountry=
{
this
.
state
.
formData
.
user
&&
this
.
state
.
formData
.
user
.
country
}
/>
<
Steps
.
OrganizationStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
AddressStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
defaultCountry=
{
this
.
state
.
formData
.
user
&&
this
.
state
.
formData
.
user
.
country
}
/>
<
Steps
.
UseScratchStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
EmailStep
onNextStep=
{
this
.
register
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
AddressStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
defaultCountry=
{
this
.
state
.
formData
.
user
&&
this
.
state
.
formData
.
user
.
country
}
/>
<
Steps
.
UseScratchStep
onNextStep=
{
this
.
advanceStep
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
EmailStep
onNextStep=
{
this
.
register
}
waiting=
{
this
.
state
.
waiting
}
/>
<
Steps
.
TeacherApprovalStep
email=
{
this
.
state
.
formData
.
user
&&
this
.
state
.
formData
.
user
.
email
}
/>
</
Progression
>
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment