You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
538 B

4 years ago
4 years ago
4 years ago
  1. extends home-layout
  2. block content
  3. form(method='POST', action = "/signup" )
  4. #form-group
  5. label 用户名:
  6. input.form-control(name='name', type='username')
  7. #form-group
  8. label 密码:
  9. input.form-control(name='password', type='password')
  10. //- #form-gruop
  11. //- lable 是否教师身份注册:
  12. //- input.form-control#form-control-checkbox(name='type', type='checkbox')
  13. br
  14. input.btn.btn-primary(type='submit', value='Sign up')