diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-05 12:57:53 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-05 12:57:53 +0800 |
commit | c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650 (patch) | |
tree | 063acc63c823e66b4ab8cd04802139548905a1ee /template/en/default/admin/products | |
parent | dbc7a21e1b96a9c57b6a53af78a4d467c9a7672d (diff) | |
download | bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar.gz bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar.bz2 bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar.xz bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.zip |
Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DB
r=dkl,a=glob
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r-- | template/en/default/admin/products/create.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl index b34f67b62..0dcfd7283 100644 --- a/template/en/default/admin/products/create.html.tmpl +++ b/template/en/default/admin/products/create.html.tmpl @@ -17,6 +17,7 @@ [% PROCESS global/header.html.tmpl title = title + generate_api_token = 1 style_urls = ['skins/standard/admin.css'] javascript_urls = ['js/util.js', 'js/field.js'] yui = [ 'autocomplete' ] |