Browse Source

Template bug; users could not delete posts in a thread page

pull/40/head
Savetheinternet 13 years ago
parent
commit
47d7117bb0
  1. 2
      templates/thread.html

2
templates/thread.html

@ -88,7 +88,7 @@
</table> </table>
</form> </form>
<hr/> <hr/>
<form action="{post_url}" method="post"> <form action="{config[post_url]}" method="post">
<input type="hidden" name="board" value="{board[uri]}" /> <input type="hidden" name="board" value="{board[uri]}" />
{mod?<input type="hidden" name="mod" value="1" />} {mod?<input type="hidden" name="mod" value="1" />}
{body} {body}

Loading…
Cancel
Save