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