mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
fix critical typo for simple spam
This commit is contained in:
parent
e3ae4aee80
commit
33534b5856
@ -217,7 +217,7 @@
|
|||||||
</tr>{% endif %}
|
</tr>{% endif %}
|
||||||
{% if config.simple_spam and not id %}<tr>
|
{% if config.simple_spam and not id %}<tr>
|
||||||
<th>
|
<th>
|
||||||
{{ config.simple_spam.prompt }}
|
{{ config.simple_spam.question }}
|
||||||
{{ antibot.html() }}
|
{{ antibot.html() }}
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user