diff --git a/templates/post_form.html b/templates/post_form.html
index 0e0d3fed..06d3c275 100644
--- a/templates/post_form.html
+++ b/templates/post_form.html
@@ -79,6 +79,27 @@
{% endif %}
+ {% if config.captcha.enabled %}
+
+
+ {% trans %}Verification{% endtrans %}
+ |
+
+
+ |
+
+ {% elseif config.new_thread_capt %}
+ {% if not id %}
+
+
+ {% trans %}Verification{% endtrans %}
+ |
+
+
+ |
+
+ {% endif %}
+ {% endif %}
{% if config.user_flag %}
{% trans %}Flag{% endtrans %} |