mod_register_web/templates/simplecaptcha.html
author Kim Alvefur <zash@zash.se>
Tue, 21 Nov 2017 00:45:23 +0100
changeset 2847 53a76c994fc3
parent 1228 db85ff22ae97
permissions -rw-r--r--
mod_http_muc_log: Fix the best comment

<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>