From cd3b8b4813c1a2a1e1b5467011436306bc678668 Mon Sep 17 00:00:00 2001 From: Koosha KM Date: Thu, 16 Oct 2014 17:14:07 +0000 Subject: Bug 1080840: Update WebServices to include Markdown feature r=dkl,a=glob --- template/en/default/global/user-error.html.tmpl | 3 +++ 1 file changed, 3 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 055bde3d4..55e1bc3f7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1186,6 +1186,9 @@ [%# Used for non-web-based LOGIN_REQUIRED situations. %] You must log in before using this part of [% terms.Bugzilla %]. + [% ELSIF error == "markdown_disabled" %] + Markdown feature is not enabled. + [% ELSIF error == "migrate_config_created" %] The file [% file FILTER html %] contains configuration variables that must be set before continuing with the migration. -- cgit v1.2.3-24-g4f1b