From a8de7cfa33b0612900a0cae0e3facb351e03925d Mon Sep 17 00:00:00 2001 From: AB Date: Mon, 18 May 2026 22:30:36 +0300 Subject: [PATCH] Added claudflare Turnstile captcha support --- templates/admin/login.html | 2 +- templates/client_portal.html | 4 ++-- templates/landing.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/admin/login.html b/templates/admin/login.html index 3e8467b..c6f9292 100644 --- a/templates/admin/login.html +++ b/templates/admin/login.html @@ -45,7 +45,7 @@
{% if !turnstile_site_key.is_empty() %} -
+
{% endif %} diff --git a/templates/client_portal.html b/templates/client_portal.html index 6ba1d1d..4746eae 100644 --- a/templates/client_portal.html +++ b/templates/client_portal.html @@ -170,7 +170,7 @@ {% if !turnstile_site_key.is_empty() %} -
+
{% endif %}