From b7147b778824e13a15f912fdf458bf3959d439e5 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 5 Mar 2015 12:57:51 +0800 Subject: Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DB r=dkl,a=glob --- template/en/default/bug/show-header.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/bug/show-header.html.tmpl') diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 4cd7aaa38..f18afed96 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -23,6 +23,7 @@ [% title = title _ "($filtered_alias) " %] [% END %] [% title = title _ filtered_desc %] +[% generate_api_token = 1 %] [% yui = ['autocomplete', 'calendar'] %] [% yui.push('container') IF user.can_tag_comments %] [% javascript_urls = [ "js/util.js", "js/field.js", "js/comments.js" ] %] -- cgit v1.2.3-24-g4f1b