leftypol/templates/captcha_script.html

3 lines
174 B
HTML

{% if config.turnstile %}
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onCaptchaLoadTurnstile" async defer></script>
{% endif %}