Commit 45d5c7b5 authored by Dave Lawrence's avatar Dave Lawrence

Bug 786691 - Do not display the (more flags) link to logged out users as they cannot set any flag

r/a=LpSolit
parent 463d0cf5
......@@ -833,7 +833,7 @@
[% IF (type.flags && type.flags.size > 0) || (user.id && type.is_active) %]
[% show_bug_flags = 1 %]
[% END %]
[% IF type.is_active && (!type.flags || type.is_multiplicable) %]
[% IF user.id && type.is_active && (!type.flags || type.is_multiplicable) %]
[% show_more_flags = 1 %]
[% END %]
[% IF type.flags && type.flags.size > 0 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment