Browse Source

recaptcha: fix for https

pull/40/head
czaks 11 years ago
parent
commit
786ac5c55c
  1. 2
      templates/post_form.html

2
templates/post_form.html

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