diff options
Diffstat (limited to 'cgi/templates/txt_thread.en.html')
-rw-r--r-- | cgi/templates/txt_thread.en.html | 2 |
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 ?> |