From 09571fbc7dba6772c3dafe2040b719cdad112867 Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Sat, 16 Sep 2023 01:32:01 -0700 Subject: [PATCH] add hcaptcha support --- templates/post_form.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 %}