Browse Source

mod posts in threads

pull/40/head
Savetheinternet 13 years ago
parent
commit
010dda16c4
  1. 1
      templates/thread.html

1
templates/thread.html

@ -16,6 +16,7 @@
<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]}" />
{mod?<input type="hidden" name="mod" value="1" />}
<table>
<tr>
<th>

Loading…
Cancel
Save