Archived
1
0

undo changes with post form

This commit is contained in:
Jeff Becker 2016-02-21 17:08:38 -05:00
parent d2b9e76389
commit 7c7d07434d
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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}}">