diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T18·20+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T18·20+0200 |
commit | ef5f7af89c8dfadca3d2515e4fa1ce71a4b778b9 (patch) | |
tree | 418d688d361ca8c726c457ca42294dbfe017b570 /templates/index.html | |
parent | cf636077e65ae4c8598fd32aa9b233b87070875e (diff) |
feat(templates): Add shitty little response form in thread view
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 2b835e8eb71a..d1b744e943c1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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"> |