Updated reCAPTCHA v2 to use api.js method

This commit is contained in:
Daniel Saunders
2017-07-24 03:40:56 -04:00
parent 78fb0a25a4
commit 7a43a3ea34
2 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
{{ antibot.html() }}
</th>
<td>
<script type="text/javascript" src="//www.google.com/recaptcha/api/challenge?k={{ config.recaptcha_public }}"></script>
<div class="g-recaptcha" data-sitekey="{{ config.recaptcha_public }}"></div>
{{ antibot.html() }}
</td>
</tr>