recaptcha: fix for https

This commit is contained in:
czaks 2013-07-16 13:18:55 -04:00 committed by Michael Foster
parent 1ffabe2b93
commit b7d884ef45

View File

@ -59,7 +59,7 @@
{{ antibot.html() }} {{ antibot.html() }}
</th> </th>
<td> <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() }} {{ antibot.html() }}
</td> </td>
</tr> </tr>