aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorLibravatar Jay 2019-04-06 21:09:10 -0300
committerLibravatar Jay 2019-04-06 21:28:43 -0300
commit905d58aa50ae33d76a7eaf8624a5e29d25d6d382 (patch)
tree02ee5f29d84739a08d2b5d171d4796c3a8bfd984 /cgi
parentd8c40623892877cbae0ecda219ef470c139828da (diff)
downloadweabot-905d58aa50ae33d76a7eaf8624a5e29d25d6d382.tar.gz
weabot-905d58aa50ae33d76a7eaf8624a5e29d25d6d382.tar.xz
weabot-905d58aa50ae33d76a7eaf8624a5e29d25d6d382.zip
Nuevo estilo en BBS: Gamer
Diffstat (limited to 'cgi')
-rw-r--r--cgi/templates/txt_thread.en.html2
-rw-r--r--cgi/templates/txt_thread.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/cgi/templates/txt_thread.en.html b/cgi/templates/txt_thread.en.html
index 53a2e5a..03b9a6a 100644
--- a/cgi/templates/txt_thread.en.html
+++ b/cgi/templates/txt_thread.en.html
@@ -95,6 +95,8 @@
<?py if allow_image_replies: ?>
<input type="file" name="file" />
<?py #endif ?>
+ <?py else: ?>
+ <div class="locked">This thread has been closed. You cannot post in it any longer.</div>
<?py #endif ?>
</form>
<?py #endfor ?>
diff --git a/cgi/templates/txt_thread.html b/cgi/templates/txt_thread.html
index fd2fa2e..1c8835d 100644
--- a/cgi/templates/txt_thread.html
+++ b/cgi/templates/txt_thread.html
@@ -91,6 +91,8 @@
<?py if allow_image_replies: ?>
<input type="file" name="file" />
<?py #endif ?>
+ <?py else: ?>
+ <div class="locked">El hilo ha sido cerrado. Ya no se puede postear en él.</div>
<?py #endif ?>
</form>
<?py #endfor ?>