summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/pages
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Voting/template/en/default/pages')
-rw-r--r--extensions/Voting/template/en/default/pages/voting.html.tmpl1
-rw-r--r--extensions/Voting/template/en/default/pages/voting/bug.html.tmpl2
-rw-r--r--extensions/Voting/template/en/default/pages/voting/user.html.tmpl2
3 files changed, 0 insertions, 5 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting.html.tmpl b/extensions/Voting/template/en/default/pages/voting.html.tmpl
index 99026c0d5..44e9e9a60 100644
--- a/extensions/Voting/template/en/default/pages/voting.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting.html.tmpl
@@ -19,7 +19,6 @@
# Gervase Markham <gerv@gerv.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl title = "Voting" %]
<p>[% terms.Bugzilla %] has a "voting" feature. Each product allows users to
diff --git a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
index 4c69a45f6..b93ebc541 100644
--- a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
@@ -26,8 +26,6 @@
# vote_count: integer. The number of times that user has votes for this bug.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% subheader = BLOCK %]
[% "$terms.Bug $bug.id" FILTER bug_link(bug) FILTER none %] - [% bug.short_desc FILTER html %]
[% END %]
diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
index 61eaf8491..3c4aab1f9 100644
--- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
@@ -38,8 +38,6 @@
# all_bug_ids: List of all bug ids the user has voted for, across all products
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% IF !header_done %]
[% subheader = voting_user.login FILTER html %]
[% IF canedit %]