From 5e26d5f09e10b45c69eb25793656430e7a98b7a4 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 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 %}