diff --git a/templates/post_form.html b/templates/post_form.html index 6af5e206..e9707cb9 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -9,6 +9,9 @@ {% endif %} {% if mod %}{% endif %} + {% if id %} + + {% 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_comment or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} + {% endif %} {% if config.recaptcha %}
{% trans %}Name{% endtrans %} @@ -52,7 +55,7 @@
{% trans %}Comment{% endtrans %} {{ antibot.html() }} @@ -66,7 +69,7 @@ {% endif %} {% endif %} -