diff --git a/templates/post_form.html~ b/templates/post_form.html~ deleted file mode 100644 index a77b9872..00000000 --- a/templates/post_form.html~ +++ /dev/null @@ -1,136 +0,0 @@ -
-{{ antibot.html() }} -{% if id %}{% endif %} -{{ antibot.html() }} - -{{ antibot.html() }} -{% if mod %}{% endif %} - - {% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} - - - {% endif %} - {% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} - - - {% endif %} - - - - - - - - - {% if config.recaptcha %} - - - - - {% endif %} - {% if config.imgcaptcha %} - - - - - {% endif %} - - - - - {% if config.enable_embedding %} - - - - - {% endif %} - {% if mod %} - - - - - {% endif %} - {% if not config.field_disable_password or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} - - - {% endif %} -
- {% trans %}Name{% endtrans %} - {{ antibot.html() }} - - - {{ antibot.html() }} -
- {% trans %}Email{% endtrans %} - {{ antibot.html() }} - - - {{ antibot.html() }} -
- {% trans %}Subject{% endtrans %} - {{ antibot.html() }} - - - {% if config.spoiler_images %} {% endif %} -
- {% trans %}Comment{% endtrans %} - {{ antibot.html() }} - - - {{ antibot.html() }} -
- {% trans %}Verification{% endtrans %} - {{ antibot.html() }} - - - {{ antibot.html() }} -
- {% trans %}Verification{% endtrans %} - {{ antibot.html() }} - - -
- {% config.imgcaptcha_question %}
- Odswiez - {{ antibot.html() }} -
- {% trans %}File{% endtrans %} - - - {{ antibot.html() }} -
- {% trans %}Embed{% endtrans %} - {{ antibot.html() }} - - - {{ antibot.html() }} -
- {% trans %}Flags{% endtrans %} - - {% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}
- -
-
{% endif %} - {% if not id and post.mod|hasPermission(config.mod.lock, board.uri) %}
-
- -
{% endif %} - {% if post.mod|hasPermission(config.mod.rawhtml, board.uri) %}
-
- -
{% endif %} -
- {% trans %}Password{% endtrans %} - {{ antibot.html() }} - - - {% trans %}(For file deletion.){% endtrans %} - {{ antibot.html() }} -
-{{ antibot.html(true) }} - -
- -