mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
almost rebased
This commit is contained in:
11
chapter25/26_article_creation_form.jade
Normal file
11
chapter25/26_article_creation_form.jade
Normal file
@@ -0,0 +1,11 @@
|
||||
h1 New Article
|
||||
|
||||
form(method="POST", action="/articles")
|
||||
p
|
||||
label(for="title") Title<br />
|
||||
input#title(name="title")
|
||||
p
|
||||
label(for="body") Body<br />
|
||||
textarea#body(name="body")
|
||||
p
|
||||
input(type="submit", value="Create")
|
||||
Reference in New Issue
Block a user