OSDN Git Service

d1021f1611019636867218ce025627f5305ffedc
[newslash/newslash.git] / src / newslash_web / templates / common / deprecated / captcha / recaptcha.html.tt2
1 [%- IF !config.ReCaptcha.disable && use_captcha && !user.is_login -%]
2 <div class="g-recaptcha"
3      data-badge="inline"
4      data-sitekey="[% ReCaptcha.site_key %]"
5      data-callback="recaptchaDone"
6      data-size="invisible">
7 </div>
8 [%- END -%]
9