undo changes with post form
This commit is contained in:
parent
d2b9e76389
commit
7c7d07434d
@ -32,7 +32,7 @@
|
||||
<div class="board_header_catalog"><a href="{{board.Prefix}}catalog-{{board.Name}}.html"> Catalog </a></div>
|
||||
<!-- postform -->
|
||||
<div id="postform_container">
|
||||
{{{board.PostForm}}}
|
||||
{{{form}}}
|
||||
</div>
|
||||
<hr />
|
||||
<div id="threads_container">
|
||||
|
@ -31,7 +31,7 @@
|
||||
<div class="board_header">{{thread.Board}}</div>
|
||||
<!-- postform -->
|
||||
<div id="postform_container">
|
||||
{{{thread.PostForm}}}
|
||||
{{{form}}}
|
||||
</div>
|
||||
<hr />
|
||||
<div class="thread" id="thread_{{thread.OP.PostHash}}">
|
||||
|
Reference in New Issue
Block a user