diff options
author | bbaetz%acm.org <> | 2003-03-22 10:17:00 +0100 |
---|---|---|
committer | bbaetz%acm.org <> | 2003-03-22 10:17:00 +0100 |
commit | 3f1f4e57809b2e3f42e637a86646e806470faec5 (patch) | |
tree | 60a0b2b106888a7fa8f6bc1085fa1a9d1168102d /template | |
parent | 78db8be8ca8f3de2169981a2ead269fd12395089 (diff) | |
download | bugzilla-3f1f4e57809b2e3f42e637a86646e806470faec5.tar.gz bugzilla-3f1f4e57809b2e3f42e637a86646e806470faec5.tar.xz |
Bug 195695 - Requesting a non-existant format results in an Internal Error
r=gerv, a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index dfb8af9fa..89f8cb7f3 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -192,6 +192,11 @@ [% ELSIF error == "flag_type_name_invalid" %] [% title = "Flag Type Name Invalid" %] The name <em>[% name FILTER html %]</em> must be 1-50 characters long. + + [% ELSIF error == "format_not_found" %] + [% title = "Format Not Found" %] + The requested format <em>[% format FILTER html %]</em> does not exist with + a content type of <em>[% ctype FILTER html %]</em>. [% ELSIF error == "flag_type_sortkey_invalid" %] [% title = "Flag Type Sort Key Invalid" %] |