From 5a1a4b92a3381d8bcc7e42808961420c27dd0c38 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 27 Oct 2014 12:42:40 +0800 Subject: Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch Viewer (remove unused user-error "invalid_context") --- template/en/default/global/user-error.html.tmpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 81bfe7f30..e9bdb63c4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1025,11 +1025,6 @@ is one of [% constants.LEGAL_CONTENT_TYPES.join(', ') FILTER html %] and bar must not contain any special characters (such as "=", "?", ...). - [% ELSIF error == "invalid_context" %] - [% title = "Invalid Context" %] - The context [% context FILTER html %] is invalid (must be a number, - "file" or "patch"). - [% ELSIF error == "invalid_datasets" %] [% title = "Invalid Datasets" %] Invalid datasets [% datasets.join(":") FILTER html %]. Only digits, -- cgit v1.2.3-24-g4f1b