1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 12:34:59 +02:00
php-phpbb/phpBB/adm/style/captcha_recaptcha_v3.html
2020-03-14 14:42:08 +01:00

16 lines
337 B
HTML

{% if S_RECAPTCHA_AVAILABLE %}
<dl>
<dt>&nbsp;</dt>
<dd>
<noscript>
<div class="warningbox">{{ lang('RECAPTCHA_NOSCRIPT') }}</div>
</noscript>
{{ lang('RECAPTCHA_INVISIBLE') }}
<script src="{{ U_RECAPTCHA_SCRIPT }}" async defer></script>
</dd>
</dl>
{% else %}
{{ lang('RECAPTCHA_NOT_AVAILABLE') }}
{% endif %}