Browse Source

Simple anti-spam mechanism

pull/107/head
Your Name 8 months ago
committed by Zankaria
parent
commit
845ff14e52
  1. 6
      templates/post_form.html

6
templates/post_form.html

@ -213,13 +213,13 @@
{{ antibot.html() }}
</td>
</tr>{% endif %}
{% if config.simple_anti_spam and not id %}<tr>
{% if config.simple_spam and not id %}<tr>
<th>
{{ config.simple_anti_spam.prompt }}
{{ config.simple_spam.prompt }}
{{ antibot.html() }}
</th>
<td>
<input type="text" name="simple_anti_spam_answer" value="" size="12" maxlength="18" autocomplete="off">
<input type="text" name="simple_spam" value="" size="12" maxlength="18" autocomplete="off">
{{ antibot.html() }}
</td>
</tr>{% endif %}

Loading…
Cancel
Save