Browse Source

Added a hidden "board" input

pull/40/head
Savetheinternet 14 years ago
committed by Paul Merrill
parent
commit
20e50fe9e8
  1. 1
      templates/thread.html

1
templates/thread.html

@ -14,6 +14,7 @@
<div class="banner">Posting mode: Reply <a class="unimportant" href="{index}{board[dir]}">[Return.]</a></div>
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
<input type="hidden" name="thread" value="{id}" />
<input type="hidden" name="board" value="{board[uri]}" />
<table>
<tr>
<th>

Loading…
Cancel
Save