leftypol/templates/captcha_script.html

4 lines
197 B
HTML
Raw Normal View History

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