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 %}