{% 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 %}