Mercurial > prosody-modules
view mod_register_web/templates/simplecaptcha.html @ 1428:091ee76745e8
mod_muc_limits: Make compatible with new MUC API
| author | Vadim Misbakh-Soloviov <mva@mva.name> |
|---|---|
| date | Sun, 01 Jun 2014 16:08:05 +0700 |
| parents | db85ff22ae97 |
| children |
line wrap: on
line source
<tr> <th>What is {x} {op} {y}?</th><td> <input name="captcha_challenge" type="hidden" value="{challenge}"> <input name="captcha_reply" pattern="[0-9]+" required type="number"> </td></tr>
