File: adm/style/captcha_recaptcha_v3.html
Unmodified
Added
Modified
Removed
Line 1 | Line 1 |
---|
| {% if S_RECAPTCHA_AVAILABLE %} <dl> <dt> </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 %}
|
|
|