diff options
author | Koosha KM <koosha.khajeh@gmail.com> | 2014-10-16 17:14:07 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-10-16 17:14:32 +0000 |
commit | cd3b8b4813c1a2a1e1b5467011436306bc678668 (patch) | |
tree | 18bbec56d197078c3df75b8cadfd9f61ccc5a5ee /template | |
parent | 94ffb7a9fb63cf16805b7c627d1914b499960088 (diff) | |
download | bugs-cd3b8b4813c1a2a1e1b5467011436306bc678668.tar bugs-cd3b8b4813c1a2a1e1b5467011436306bc678668.tar.gz bugs-cd3b8b4813c1a2a1e1b5467011436306bc678668.tar.bz2 bugs-cd3b8b4813c1a2a1e1b5467011436306bc678668.tar.xz bugs-cd3b8b4813c1a2a1e1b5467011436306bc678668.zip |
Bug 1080840: Update WebServices to include Markdown feature
r=dkl,a=glob
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
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 <kbd>[% file FILTER html %]</kbd> contains configuration variables that must be set before continuing with the migration. |