diff options
author | lpsolit%gmail.com <> | 2007-02-24 03:19:24 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-02-24 03:19:24 +0000 |
commit | bc84c5a4f99c70556beac98b505c12b7c9a5c484 (patch) | |
tree | 626c679f622ec970c36f89f4bf35c65d922dc30f /template | |
parent | fa306daf3295b6ce67d3b3657259ee265f10a605 (diff) | |
download | bugs-bc84c5a4f99c70556beac98b505c12b7c9a5c484.tar bugs-bc84c5a4f99c70556beac98b505c12b7c9a5c484.tar.gz bugs-bc84c5a4f99c70556beac98b505c12b7c9a5c484.tar.bz2 bugs-bc84c5a4f99c70556beac98b505c12b7c9a5c484.tar.xz bugs-bc84c5a4f99c70556beac98b505c12b7c9a5c484.zip |
Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c1d5f799b..2de8bd6a2 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -218,9 +218,6 @@ is attached to [% terms.bug %] [%+ attach_bug_id FILTER html %], but you tried to flag it as obsolete while creating a new attachment to [% terms.bug %] [%+ my_bug_id FILTER html %]. - - [% ELSIF error == "flag_nonexistent" %] - There is no flag with ID #[% id FILTER html %]. [% ELSIF error == "flags_not_available" %] [% title = "Flag Editing not Allowed" %] |