|
|
@ -23,7 +23,7 @@ block content |
|
|
|
input(type='text', name="username", placeholder='请输入用户名') |
|
|
|
input(type='email', name="email",placeholder='请输入邮箱') |
|
|
|
input(type='password', name="password",placeholder='请输入密码') |
|
|
|
include include/form_security.pug |
|
|
|
include @/helper/form_security.pug |
|
|
|
button 注册 |
|
|
|
.form-container.sign-in-container |
|
|
|
form(action='/login' method='post') |
|
|
@ -38,7 +38,7 @@ block content |
|
|
|
span 填写您的账户 |
|
|
|
input(type='text',name="username" , placeholder='请输入邮箱') |
|
|
|
input(type='password',name="password" , placeholder='请输入密码') |
|
|
|
include include/form_security.pug |
|
|
|
include @/helper/form_security.pug |
|
|
|
a(href='#') 忘记密码? |
|
|
|
button 登录 |
|
|
|
.overlay-container |
|
|
|