mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-02-01 20:12:22 +00:00
jsut setting up
This commit is contained in:
14
chapter21/09_new_user_form.jade
Normal file
14
chapter21/09_new_user_form.jade
Normal file
@@ -0,0 +1,14 @@
|
||||
h1 New User
|
||||
|
||||
form(method="POST", action="/users")
|
||||
p
|
||||
label(for="username") Username<br />
|
||||
input#username(name="username")
|
||||
p
|
||||
label(for="name") Name<br />
|
||||
input#name(name="name")
|
||||
p
|
||||
label(for="bio") Bio<br />
|
||||
textarea#bio(name="bio")
|
||||
p
|
||||
input(type="submit", value="Create")
|
||||
Reference in New Issue
Block a user