summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-24 18:20:13 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-02-24 18:20:13 +0100
commit2092718d34a55044b2dcd5e87554570175af40af (patch)
treebe9489c4b4aba21715db59a1fb08637ae834ec36 /template
parent06e7baa3fb12979c60b6c5ba59322d33a73e3e58 (diff)
downloadbugzilla-2092718d34a55044b2dcd5e87554570175af40af.tar.gz
bugzilla-2092718d34a55044b2dcd5e87554570175af40af.tar.xz
Fix bustage (unused error tag)
https://bugzilla.mozilla.org/show_bug.cgi?id=526184
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl4
1 files changed, 0 insertions, 4 deletions
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.