feat(templates): Add shitty little response form in thread view

This commit is contained in:
Vincent Ambo 2018-04-08 20:20:17 +02:00
parent cf636077e6
commit ef5f7af89c
2 changed files with 14 additions and 2 deletions

View file

@ -11,7 +11,7 @@
{%- endfor %}
</ul>
<hr>
<form action="/thread" method="post">
<form action="/thread/submit" method="post">
<div>
<label for="title">Title:</label>
<input type="text" id="title" name="title">