Skip to content
Snippets Groups Projects
Commit e2bf9f5d authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

email signed added to Profile

parent 7193a56e
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ class Home extends Component {
</p>
<Divider as='h4' className='header' style={{ margin: '3em 0em' }} />
<Header as='h3' style={{ fontSize: '2em', fontFamily: 'Arial' }}>
Képzésünk
Képzésünk
</Header>
<p style={{ fontSize: '1.33em', fontFamily: 'Arial' }}>
Kilenc alkalmas képzésünk végén Te is igazi KSZK-ssá válhatsz,
......
......@@ -190,9 +190,9 @@ class Profile extends Component {
disabled={!canEdit}
/>
<br />
<Form.Checkbox
<Form.Checkbox required
name='signed'
label='Szeretnék jelentkezni a KSZKépzésre'
label='Szeretnék a képzés során emaileket kapni és jelentkezni a KSZKépzésre'
onChange={(_, v) =>
this.props.textChange({ target: { name: v.name, value: v.checked } })
}
......@@ -203,7 +203,7 @@ class Profile extends Component {
{canEdit ?
<Form.Button
primary
style={{ marginBottom: '5em' }}
style={{ marginBottom: '5em' }} disabled={!signed}
onClick={() => this.props.submitRegistration({
nick, motivationAbout, motivationProfession, motivationExercise, signed, groups, id,
})}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment