diff --git a/app/server/views/conclave.pug b/app/server/views/conclave.pug index 2d46efb..ef8ab7a 100644 --- a/app/server/views/conclave.pug +++ b/app/server/views/conclave.pug @@ -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