diff --git a/templates/post_form.html b/templates/post_form.html index 85eb9b8a..cc2c889c 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -86,6 +86,18 @@ {% endif %} + {% if config.hcaptcha %} + + + {% trans %}Verification{% endtrans %} + {{ antibot.html() }} + + +
+ {{ antibot.html() }} + + + {% endif %} {% if config.captcha.enabled %}