diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8f1a2031b..8d38152fd 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -878,13 +878,10 @@ [% END %] [% IF show_bug_flags %] <tr> - <th class="field_label flags_label"> + <th class="field_label"> <label>Flags:</label> </th> - <td></td> - </tr> - <tr> - <td colspan="2"> + <td> [% IF bug.flag_types.size %] [% PROCESS "flag/list.html.tmpl" flag_no_header = 1 flag_types = bug.flag_types |