diff --git a/templates/post_form.html b/templates/post_form.html index 0febce44..80e4e1ca 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -84,6 +84,18 @@ {% endif %} + {% if config.hcaptcha %} + + + {% trans %}Verification{% endtrans %} + {{ antibot.html() }} + + +
+ {{ antibot.html() }} + + + {% endif %} {% if config.captcha.enabled %}