fix: new post form url
This commit is contained in:
@@ -2,7 +2,7 @@ extends layout
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
h1 Conclave
|
h1 Conclave
|
||||||
form(method="POST" action="/conclave/new")
|
form(method="POST" action="/conclave/posts/new")
|
||||||
input(type="text" name="title" placeholder="Title")
|
input(type="text" name="title" placeholder="Title")
|
||||||
textarea(name="content")
|
textarea(name="content")
|
||||||
button(type="submit") Publish
|
button(type="submit") Publish
|
||||||
|
|||||||
Reference in New Issue
Block a user