mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
Template bug; users could not delete posts in a thread page
This commit is contained in:
parent
054fd68dc2
commit
73d9712db8
@ -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…
Reference in New Issue
Block a user