diff --git a/templates/post_form.html b/templates/post_form.html index b0377e03..1095b4ae 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -100,38 +100,22 @@ {% endif %} - {% if config.captcha.provider == 'native' %} - - - {% trans %}Verification{% endtrans %} - - - - - - - {% elseif config.captcha.native.new_thread_capt %} - {% if not id %} - - - {% trans %}Verification{% endtrans %} - - - - - - - {% endif %} + {% if (config.captcha.provider == 'native' and not config.captcha.native.new_thread_capt) or + (config.captcha.provider == 'native' and config.captcha.native.new_thread_capt and not id) %} + + + {% trans %}Verification{% endtrans %} + + + + + + {% endif %} {% if config.user_flag %}