Browse Source

recaptcha: fix for https

pull/40/head
czaks 11 years ago
committed by Michael Foster
parent
commit
b7d884ef45
  1. 2
      templates/post_form.html

2
templates/post_form.html

@ -59,7 +59,7 @@
{{ antibot.html() }}
</th>
<td>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k={{ config.recaptcha_public }}"></script>
<script type="text/javascript" src="//www.google.com/recaptcha/api/challenge?k={{ config.recaptcha_public }}"></script>
{{ antibot.html() }}
</td>
</tr>

Loading…
Cancel
Save