From 35a76d64a8da2567e55b560ce545da4787114d55 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 6 Mar 2015 02:03:43 -0800 Subject: [PATCH] CAPTCHA with Javascript disabled --- templates/post_form.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/templates/post_form.html b/templates/post_form.html index 421ecfe8..5f0d43ef 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -80,26 +80,20 @@ {% endif %} - {% if config.captcha.enabled %} + {% if config.captcha.enabled or (config.new_thread_capt and not id) %} {% trans %}Verification{% endtrans %} + - {% elseif config.new_thread_capt %} - {% if not id %} - - - {% trans %}Verification{% endtrans %} - - - - - - {% endif %} {% endif %} {% if config.user_flag %}