diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl index 22cf3a168..6f6d5a93b 100644 --- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl +++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl @@ -58,7 +58,7 @@ [% END %] </tr> [% END %] - [% IF user.in_group('canconfirm') && (needinfo_flags.size == 0 || needinfo_flagtype.is_multiplicable) %] + [% IF needinfo_flags.size == 0 || needinfo_flagtype.is_multiplicable %] <tr> <td align="center"> <script> |