From 3f1f4e57809b2e3f42e637a86646e806470faec5 Mon Sep 17 00:00:00 2001
From: "bbaetz%acm.org" <>
Date: Sat, 22 Mar 2003 09:17:00 +0000
Subject: Bug 195695 - Requesting a non-existant format results in an Internal
Error r=gerv, a=myk
---
template/en/default/global/user-error.html.tmpl | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'template')
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 [% name FILTER html %] must be 1-50 characters long.
+
+ [% ELSIF error == "format_not_found" %]
+ [% title = "Format Not Found" %]
+ The requested format [% format FILTER html %] does not exist with
+ a content type of [% ctype FILTER html %].
[% ELSIF error == "flag_type_sortkey_invalid" %]
[% title = "Flag Type Sort Key Invalid" %]
--
cgit v1.2.1