mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-25 08:34:53 +00:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
h1= user.name
|
|
|
|
h2 Bio
|
|
p= user.bio
|
|
|
|
form(action="/users/" + encodeURIComponent(user.username), method="POST")
|
|
input(name="_method", type="hidden", value="DELETE")
|
|
input(type="submit", value="Delete") |