view mod_register_web/templates/simplecaptcha.html @ 1430:18f5f1b13353

mod_mam_muc: Use max_history_length as default for "max_archive_query_results"
author daurnimator <quae@daurnimator.com>
date Thu, 05 Jun 2014 17:13:38 -0400
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>