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/account/email | |
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/account/email')
-rw-r--r-- | template/en/default/account/email/change-new.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/account/email/change-old.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/account/email/request-new.txt.tmpl | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/account/email/change-new.txt.tmpl b/template/en/default/account/email/change-new.txt.tmpl index b40ab9852..2d9301f1f 100644 --- a/template/en/default/account/email/change-new.txt.tmpl +++ b/template/en/default/account/email/change-new.txt.tmpl @@ -18,8 +18,6 @@ # Contributor(s): John Vandenberg <zeroj@null.net> #%] -[% PROCESS global/variables.none.tmpl %] - From: [% Param('mailfrom') %] To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Email Address Request diff --git a/template/en/default/account/email/change-old.txt.tmpl b/template/en/default/account/email/change-old.txt.tmpl index ee66c0f24..9446ee59f 100644 --- a/template/en/default/account/email/change-old.txt.tmpl +++ b/template/en/default/account/email/change-old.txt.tmpl @@ -23,8 +23,6 @@ # token: string. The token associated with this change. #%] -[% PROCESS global/variables.none.tmpl %] - From: [% Param('mailfrom') %] To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Email Address Request diff --git a/template/en/default/account/email/request-new.txt.tmpl b/template/en/default/account/email/request-new.txt.tmpl index 8fb36926f..c2fe7b70e 100644 --- a/template/en/default/account/email/request-new.txt.tmpl +++ b/template/en/default/account/email/request-new.txt.tmpl @@ -19,8 +19,6 @@ # email: email address of the new account. #%] -[% PROCESS global/variables.none.tmpl %] - From: [% Param('mailfrom') %] To: [% email %] Subject: [% terms.Bugzilla %]: confirm account creation |