view mod_register_web/templates/simplecaptcha.html @ 1487:5410f5c30d63

mod_privacy_lists: Correctly sort the list rules by order (thanks Flow). Fixes issue #58
author Matthew Wild <mwild1@gmail.com>
date Sat, 16 Aug 2014 17:55:08 +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>