feat(templates): Add shitty little response form in thread view
This commit is contained in:
parent
cf636077e6
commit
ef5f7af89c
2 changed files with 14 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue