fix: Update view copy
This commit is contained in:
@ -18,6 +18,12 @@ block content
|
||||
.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('')")
|
||||
.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
|
||||
label
|
||||
input#terms-privacy(type='checkbox', name='terms-privacy', checked=false)
|
||||
@ -27,13 +33,7 @@ block content
|
||||
a(href="/terms" target="_blank") Terms of Service
|
||||
| and
|
||||
a(href="/privacy" target="_blank") Privacy Policy
|
||||
| (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)
|
||||
| (required).
|
||||
.button-spacer
|
||||
button#magic-btn.btn.btn-primary.btn-lg.btn-block(type='submit')
|
||||
| Get a sign in link
|
||||
|
Reference in New Issue
Block a user