aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/bug/edit.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index dcadb89d1..c02172b08 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -1152,7 +1152,9 @@
[% END %]
[% Hook.process("after_comment_textarea", 'bug/edit.html.tmpl') %]
[% ELSE %]
- You are not allowed to make an additional comment on this [% terms.bug %].
+ <textarea disabled>
+ You are not allowed to make an additional comment on this [% terms.bug %].
+ </textarea>
[% END %]
<br>
[% PROCESS commit_button id=""%]