forked from leftypol/leftypol
Template bug; users could not delete posts in a thread page
This commit is contained in:
parent
e7a422ff5c
commit
47d7117bb0
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
</table>
|
||||
</form>
|
||||
<hr/>
|
||||
<form action="{post_url}" method="post">
|
||||
<form action="{config[post_url]}" method="post">
|
||||
<input type="hidden" name="board" value="{board[uri]}" />
|
||||
{mod?<input type="hidden" name="mod" value="1" />}
|
||||
{body}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue