aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar neptune 2022-12-21 22:40:58 -0300
committerLibravatar neptune 2022-12-21 22:40:58 -0300
commit743de43d75dcac4178893cf596fbb8d99ae89308 (patch)
treef5d84bb2a252c06bd07d445663206b564fe1ada7
parent1010ac07fdc3991faf31d2771f7c653583f54835 (diff)
downloadweabot-743de43d75dcac4178893cf596fbb8d99ae89308.tar.gz
weabot-743de43d75dcac4178893cf596fbb8d99ae89308.tar.xz
weabot-743de43d75dcac4178893cf596fbb8d99ae89308.zip
Arreglado permasage en BBS
-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>