aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_thread.en.html
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-31 06:07:15 -0300
committerLibravatar junk 2021-04-08 14:14:40 -0400
commite9a0a02f9e17a7a03e39d066c8157285e774a376 (patch)
treef2792c6390d5560e66f85e9053968d7f27695c9a /cgi/templates/txt_thread.en.html
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'cgi/templates/txt_thread.en.html')
-rw-r--r--cgi/templates/txt_thread.en.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi/templates/txt_thread.en.html b/cgi/templates/txt_thread.en.html
index 45f8f8e..4b16fca 100644
--- a/cgi/templates/txt_thread.en.html
+++ b/cgi/templates/txt_thread.en.html
@@ -20,6 +20,8 @@
<hr />
<?py if thread['length'] > 1000: ?>
<div class="stop red">The thread got over 1000 posts and has been closed.</div>
+<?py elif thread['length'] > 950: ?>
+ <div class="warn yellow">The thread has reached 950 posts. When it reaches 1000 posts it will be closed.</div>
<?py elif thread['length'] > 900: ?>
<div class="warn yellow">The thread has reached 900 posts. When it reaches 1000 posts it will be closed.</div>
<?py #endif ?>