From 2092718d34a55044b2dcd5e87554570175af40af Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 24 Feb 2010 18:20:13 +0100 Subject: Fix bustage (unused error tag) https://bugzilla.mozilla.org/show_bug.cgi?id=526184 --- template/en/default/global/code-error.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 483aec58a..7d2fa3533 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -216,10 +216,6 @@ [% ELSIF error == "illegal_field" %] A legal [% field FILTER html %] was not set. - [% ELSIF error == "inactive_group" %] - Attempted to add [% terms.bug %] to the '[% name FILTER html %]' - group, which is not used for [% terms.bugs %]. - [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, [% attach_id FILTER html %], is invalid. -- cgit v1.2.3-24-g4f1b