From 6f5b0ae6d5e0dbcc8506984afd64f44bd697b527 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Fri, 20 Dec 2024 02:24:18 -0600 Subject: [PATCH] strip old antibot system --- templates/post_form.html | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/templates/post_form.html b/templates/post_form.html index 64aff382..11f11e74 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -1,9 +1,6 @@
-{{ antibot.html() }} {% if id %}{% endif %} -{{ antibot.html() }} -{{ antibot.html() }} {% if current_page %} {% endif %} @@ -12,11 +9,9 @@ {% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} {% trans %}Name{% endtrans %} - {{ antibot.html() }} {% if config.allow_no_country and config.country_flags %} {% endif %} - {{ antibot.html() }} {% endif %} {% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} @@ -26,7 +21,6 @@ {% else %} {% trans %}Email{% endtrans %} {% endif %} - {{ antibot.html() }} {% if (mod and not post.mod|hasPermission(config.mod.bypass_field_disable, board.uri) and config.field_email_selectbox) or (not mod and config.field_email_selectbox) %} @@ -39,17 +33,14 @@ {% else %} {% endif %} - {{ antibot.html() }} {% if not (not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %} {% if config.spoiler_images %} {% endif %} {% endif %} - {{ antibot.html() }} {% endif %} {% if not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} {% trans %}Subject{% endtrans %} - {{ antibot.html() }} @@ -60,11 +51,9 @@ {% trans %}Comment{% endtrans %} - {{ antibot.html() }} - {{ antibot.html() }} {% if not (not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %} {% if not (not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %} {% if config.spoiler_images %} {% endif %} @@ -80,11 +69,9 @@ {% endif %} {% trans %}Verification{% endtrans %} - {{ antibot.html() }}
- {{ antibot.html() }} {% endif %} @@ -92,11 +79,9 @@ {% trans %}Verification{% endtrans %} - {{ antibot.html() }}
- {{ antibot.html() }} {% endif %} @@ -173,14 +158,12 @@ {% endif %} - {{ antibot.html() }} {% if config.enable_embedding %} {% trans %}Embed{% endtrans %} - {{ antibot.html() }} @@ -211,27 +194,21 @@ {% if not config.field_disable_password or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} {% trans %}Password{% endtrans %} - {{ antibot.html() }} {% trans %}(For file deletion.){% endtrans %} - {{ antibot.html() }} {% endif %} {% if config.simple_spam and not id %} {{ config.simple_spam.question }} - {{ antibot.html() }} - {{ antibot.html() }} {% endif %} -{{ antibot.html(true) }} -