diff options
Diffstat (limited to 'cgi/templates/txt_thread.html')
-rw-r--r-- | cgi/templates/txt_thread.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 ?> |