From 1ab39952af83ebb268a661abf9f324fe5901015c Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 9 May 2015 21:18:51 -0700 Subject: [PATCH] No more password field, stop annoying "Do you want to save this PW?" errors --- templates/post_form.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/post_form.html b/templates/post_form.html index 028de0f3..16db8413 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -229,12 +229,9 @@ {% if not config.field_disable_password or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} {% trans %}Password{% endtrans %} - - - - + {% trans %}(For file and post deletion.){% endtrans %} {% endif %}