aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates')
-rw-r--r--cgi/templates/txt_board.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html
index 3cebba3..88e4478 100644
--- a/cgi/templates/txt_board.html
+++ b/cgi/templates/txt_board.html
@@ -82,7 +82,7 @@
<?py #endif ?>
<?py #endfor ?>
</div>
-<?py if not thread['locked']: ?>
+<?py if thread['locked'] != 1: ?>
<form id="postform#{thread['id']}" class="postform" action="#{cgi_url}post" method="post" enctype="multipart/form-data">
<input type="hidden" name="board" value="#{board}" /><input type="hidden" name="parent" value="#{thread['id']}" /><input type="hidden" name="password" value="" />
<div style="display:none;"><input type="text" name="name" size="15" /> <input type="text" name="email" size="15" /></div>