|
|
@ -1,5 +1,5 @@
|
|
|
|
extends frame
|
|
|
|
extends frame
|
|
|
|
block main-content
|
|
|
|
block main-content
|
|
|
|
#dash-index
|
|
|
|
#dash-index
|
|
|
|
#dash-index-wrapper
|
|
|
|
#dash-index-wrapper
|
|
|
|
.dash-init#dash-init
|
|
|
|
.dash-init#dash-init
|
|
|
@ -21,11 +21,10 @@ 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
|
|
|
|
input.large(type='text', name='new_member_title' id='new_member_title', placeholder="Site Title Please")
|
|
|
|
input.large(type='text', name='new_member_title' id='new_member_title', placeholder="Site Title Please")
|
|
|
|
br
|
|
|
|
br
|
|
|
|
button#init-blog(data-action='blog-init' type='submit') SET IT UP
|
|
|
|
button#init-blog(data-action='blog-init' type='submit') SET IT UP
|
|
|
|
|
|
|
|
|
|
|
|