File

mod_register_web/templates/simplecaptcha.html @ 1586:b51e596c5a02

mod_mam_archive: Fixing SQL concatenation bug
author syn@syn.im
date Thu, 11 Dec 2014 20:43:14 +0100
parent 1228:db85ff22ae97
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>