Mercurial > prosody-modules
view mod_register_web/templates/recaptcha.html @ 1498:e82592ed744b
mod_mam_archive: Applying @vstakhov 's patch (https://gist.github.com/vstakhov/306ea813a38021dcf3d4).
Fixing SQLite-related bugs, to-from bugs, rst compatibility, etc. Thanks Vsevolod!
author | syn@syn.im |
---|---|
date | Sun, 31 Aug 2014 20:13:54 +0200 |
parents | 6015434f0e05 |
children | 32604bf33a4c |
line wrap: on
line source
<tr> <td colspan="2"> <script src="https://www.google.com/recaptcha/api/challenge?k={recaptcha_public_key}" type="text/javascript"></script> <noscript> <iframe frameborder="0" height="300" src="https://www.google.com/recaptcha/api/noscript?k={recaptcha_public_key}{recaptcha_display_error}" width="500"></iframe> <br> <textarea cols="40" name="recaptcha_challenge_field" rows="3"></textarea> <input name="recaptcha_response_field" type="hidden" value="manual_challenge"> </noscript> </td> </tr>