From c9cdab892f17d7a12e804184c25527e99cd03c3e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 25 Aug 2024 21:04:23 +0200 Subject: template: bug/edit: Try getting disabled to work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- template/en/default/bug/edit.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index fd875e187..b016d8ef7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1154,9 +1154,8 @@ [% ELSE %] [% INCLUDE global/textarea.html.tmpl minrows = 10 - maxrows = 25 cols = constants.COMMENT_COLS - disabled = true + disabled = 1 defaultcontent = "You are not allowed to make an additional comment on this bug." %] [% END %] -- cgit v1.2.3-65-gdbad