summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-03-10 06:13:49 +0100
committerByron Jones <glob@mozilla.com>2015-03-10 06:13:49 +0100
commit887524670413292b71448bd0c67ab2b786c78b49 (patch)
tree794e276bdc45f081b681357069d61e8aa05be464 /extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
parentef96ae157223b3309f7703798b32b0b386b2edff (diff)
downloadbugzilla-887524670413292b71448bd0c67ab2b786c78b49.tar.gz
bugzilla-887524670413292b71448bd0c67ab2b786c78b49.tar.xz
Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write API tokens into the shadow DB)
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl13
1 files changed, 7 insertions, 6 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
index 62ca60e61..b6033275b 100644
--- a/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
@@ -58,12 +58,13 @@ function jobDescToggle(what) {
[% END %]
[% PROCESS global/header.html.tmpl
- title = "Mozilla Corporation HR and Recruiting Requests"
- style_urls = [ 'skins/standard/attachment.css' ]
- javascript_urls = [ 'js/attachment.js', 'js/field.js' ]
- style = inline_style
- javascript = inline_javascript
- yui = [ 'autocomplete' ]
+ title = "Mozilla Corporation HR and Recruiting Requests"
+ generate_api_token = 1
+ style_urls = [ 'skins/standard/attachment.css' ]
+ javascript_urls = [ 'js/attachment.js', 'js/field.js' ]
+ style = inline_style
+ javascript = inline_javascript
+ yui = [ 'autocomplete' ]
%]
[% IF user.in_group("mozilla-employee-confidential")