diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-23 12:59:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-23 12:59:42 +0200 |
commit | e9f859e128e5c9c6e74a95c79ab60ed123a94c14 (patch) | |
tree | d406010e0899dec3ecb15fdeec1fe6ed35ce5b53 /template/en/default/admin/keywords | |
parent | 408ad74dc16baea554e37278169df5760eb53498 (diff) | |
download | bugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.gz bugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.xz |
Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed
r/a=mkanat
Diffstat (limited to 'template/en/default/admin/keywords')
-rw-r--r-- | template/en/default/admin/keywords/edit.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/keywords/list.html.tmpl | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl index 65a62290b..b1b91f963 100644 --- a/template/en/default/admin/keywords/edit.html.tmpl +++ b/template/en/default/admin/keywords/edit.html.tmpl @@ -24,8 +24,6 @@ # keyword: A Bugzilla::Keyword object. #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Edit keyword" %] diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl index c400a2362..50945ee67 100644 --- a/template/en/default/admin/keywords/list.html.tmpl +++ b/template/en/default/admin/keywords/list.html.tmpl @@ -28,8 +28,6 @@ # - bug_count: number. The number of bugs with the keyword. #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Select keyword" %] |