From 77afa3dbefb71b973ccb9c03897caab8b10aacb2 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 14 Feb 2025 09:09:26 +0000 Subject: [PATCH] header.html: fix hcaptcha --- templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/header.html b/templates/header.html index 335f572e..fe4e7a5f 100644 --- a/templates/header.html +++ b/templates/header.html @@ -50,6 +50,6 @@ padding: 0 !important; } {% endverbatim %}{% endif %} -{% if config.captcha.provider.hcaptcha %} +{% if config.captcha.provider == 'hcaptcha' %} {% endif %}