From 0bb6f6f7d009f9eaac44c02b62480f8fdd69cf5c Mon Sep 17 00:00:00 2001 From: Renata Ghisloti Date: Thu, 15 Mar 2012 12:02:16 -0300 Subject: Bug 735332: Add 'start' hook in bugmail templates. r=timello, a=LpSolit --- template/en/default/email/bugmail.html.tmpl | 1 + template/en/default/email/bugmail.txt.tmpl | 2 ++ 2 files changed, 3 insertions(+) (limited to 'template/en/default/email') diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 8e30cff4b..1d061274a 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -14,6 +14,7 @@ + [% Hook.process('start') %] [% PROCESS generate_diffs %]

[% FOREACH comment = new_comments.reverse %] diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index b51935f64..92c9a33cb 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -10,6 +10,8 @@ [% isnew = bug.lastdiffed ? 0 : 1 %] +[% Hook.process('start') %] + [%+ PROCESS generate_diffs -%] [% FOREACH comment = new_comments %] -- cgit v1.2.3-24-g4f1b