diff --git a/templates/admin/categories/antispam.html b/templates/admin/categories/antispam.html new file mode 100644 index 0000000..9e0af43 --- /dev/null +++ b/templates/admin/categories/antispam.html @@ -0,0 +1,121 @@ +{% extends 'admin/base.html' %} +{% block _title %}Anti-spam{% endblock %} +{% set antispam_link = 'active' %} +{% block _content %} +
+

Anti-spam

+
+ + + +
+ {% if not cfg.antispam.enabled %} + + {% endif %} +
+ + +

Anti-spam type to use

+
+
+

reCAPTCHA options

+
+ + +

reCAPTCHA site key

+
+
+ + +

reCAPTCHA secret key

+
+
+
+

Turnstile options

+
+ + +

Turnstile site key

+
+
+ + +

Turnstile secret key

+
+
+
+

Friendly Captcha options

+
+ + +

Friendly Captcha site key

+
+
+ + +

Friendly Captcha API key

+
+
+
+ +
+
+{% endblock %} +{% block _scripts %} + + +{% endblock %}