Mercurial > prosody-modules
view mod_register_web/templates/simplecaptcha.html @ 1543:57fb9ce21f9c
mod_mam_muc: Add compatibility with the new MUC code in trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 30 Oct 2014 12:43:00 +0100 |
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>