From 8738a27c2ff267266e3f4db17e71305c6840fa42 Mon Sep 17 00:00:00 2001 From: Date: Thu, 6 Mar 2014 15:13:11 +0800 Subject: Bug 956229: develop a system to track the lifetime of review/feedback/needinfo requests --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 46e181409..bd8e57a69 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -991,6 +991,10 @@ Invalid datasets [% datasets.join(":") FILTER html %]. Only digits, letters and colons are allowed. + [% ELSIF error == "invalid_flag_id" %] + [% title = "Invalid Flag ID" %] + The flag id [% flag_id FILTER html %] is invalid. + [% ELSIF error == "invalid_format" %] [% title = "Invalid Format" %] The format "[% format FILTER html %]" is invalid (must be one of -- cgit v1.2.3-24-g4f1b