forked from leftypol/leftypol
Simple anti-spam mechanism
This commit is contained in:
parent
e2bef8c2f2
commit
845ff14e52
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue