fix: Update view copy
This commit is contained in:
@ -18,6 +18,12 @@ block content
|
|||||||
.form-group
|
.form-group
|
||||||
input.input-lg.form-control(type='email', name='email', id='email', placeholder='Enter your email address', autofocus=true, required, oninvalid="this.setCustomValidity('Enter your email address')", oninput="setCustomValidity('')")
|
input.input-lg.form-control(type='email', name='email', id='email', placeholder='Enter your email address', autofocus=true, required, oninvalid="this.setCustomValidity('Enter your email address')", oninput="setCustomValidity('')")
|
||||||
.button-spacer
|
.button-spacer
|
||||||
|
div.checkbox
|
||||||
|
label
|
||||||
|
input(type='checkbox', name='quincy-emails', checked=false)
|
||||||
|
span.cr
|
||||||
|
i.cr-icon.fa.fa-check
|
||||||
|
| I want weekly emails from Quincy, freeCodeCamp.org's founder.
|
||||||
div.checkbox
|
div.checkbox
|
||||||
label
|
label
|
||||||
input#terms-privacy(type='checkbox', name='terms-privacy', checked=false)
|
input#terms-privacy(type='checkbox', name='terms-privacy', checked=false)
|
||||||
@ -27,13 +33,7 @@ block content
|
|||||||
a(href="/terms" target="_blank") Terms of Service
|
a(href="/terms" target="_blank") Terms of Service
|
||||||
| and
|
| and
|
||||||
a(href="/privacy" target="_blank") Privacy Policy
|
a(href="/privacy" target="_blank") Privacy Policy
|
||||||
| (required)
|
| (required).
|
||||||
div.checkbox
|
|
||||||
label
|
|
||||||
input(type='checkbox', name='quincy-emails', checked=false)
|
|
||||||
span.cr
|
|
||||||
i.cr-icon.fa.fa-check
|
|
||||||
| I want weekly emails from Quincy (freeCodeCamp.org's founder)
|
|
||||||
.button-spacer
|
.button-spacer
|
||||||
button#magic-btn.btn.btn-primary.btn-lg.btn-block(type='submit')
|
button#magic-btn.btn.btn-primary.btn-lg.btn-block(type='submit')
|
||||||
| Get a sign in link
|
| Get a sign in link
|
||||||
|
Reference in New Issue
Block a user