forked from projects/fipamo
password confirm placeholder now accurate
This commit is contained in:
parent
2dae3b95e0
commit
1d1fc1d81b
1 changed files with 2 additions and 3 deletions
|
@ -21,7 +21,7 @@ block main-content
|
||||||
br
|
br
|
||||||
label And let's confirm that password
|
label And let's confirm that password
|
||||||
br
|
br
|
||||||
input.large(type='password', name='new_member_pass2' id='new_member_pass2', placeholder="Email Confirm")
|
input.large(type='password', name='new_member_pass2' id='new_member_pass2', placeholder="Password Confirm")
|
||||||
br
|
br
|
||||||
label And finally, a title
|
label And finally, a title
|
||||||
br
|
br
|
||||||
|
@ -50,4 +50,3 @@ block main-content
|
||||||
button#blog-restore(data-action='blog-restore' type='submit') RESTORE
|
button#blog-restore(data-action='blog-restore' type='submit') RESTORE
|
||||||
.option
|
.option
|
||||||
button.init-option#init-switch-fresh OR INSTALL FRESH SITE
|
button.init-option#init-switch-fresh OR INSTALL FRESH SITE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue