diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index a2a4300d6..6ad406af9 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -882,7 +882,7 @@ [% IF (type.flags && type.flags.size > 0) || (user.id && type.is_active) %] [% show_bug_flags = 1 %] [% END %] - [% IF type.is_active && (type.flags.size == 0 || type.is_multiplicable) %] + [% IF user.id && type.is_active && (type.flags.size == 0 || type.is_multiplicable) %] [% show_more_flags = 1 %] [% END %] [% IF type.flags && type.flags.size > 0 %] |