diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7deb84c82..8e2e932f7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -294,9 +294,6 @@ [%# That's the main table, which contains all editable fields. %] <div class="bz_alias_short_desc_container"> - [% IF Param('useclassification') && bug.classification_id != 1 %] - <b>[[% bug.classification FILTER html %]]</b> - [% END %] <a href="show_bug.cgi?id=[% bug.bug_id %]"> <b>[% terms.Bug %] [% bug.bug_id FILTER html %]</b> </a> - |