Fixes You look like a bot (reCaptcha window doesn't appear) #159, straight implementation of upstream https://github.com/vichan-devel/vichan/pull/241, the template changes which the previous commit forgot

This commit is contained in:
Benjamin Southall 2019-08-10 20:54:52 +10:00
parent 7dba466f73
commit 44f99c5f0c
2 changed files with 4 additions and 2 deletions

View file

@ -91,7 +91,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>