From 1fef7c0b8e0a60b8e750ad36d825d79ec0c8f2b0 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Thu, 1 Jun 2017 07:18:19 +0900 Subject: [PATCH] Add antibot to post form in attempt to ensure posting from overboards is not incorrectly flagged as spam by the tinyboard antispam engine --- templates/post_form.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/post_form.html b/templates/post_form.html index 528f9794..fea61bbb 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -9,7 +9,8 @@ {% if current_page %} {% endif %} -{% if mod %}{% endif %} +{% if mod %} +{% endif %} {% if id %} @@ -64,6 +65,7 @@ {% for myboard in boards %} {% endfor %} + {{ antibot.html() }} {% endif %} {% if not config.field_disable_comment or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}