From b5349cdaca64ff48527fde698f781129a3b7e027 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 18 Nov 2009 07:18:54 +0000 Subject: Bug 525429: Template hook for verify-new-product Patch by Max Kanat-Alexander r=dkl, a=mkanat --- template/en/default/bug/process/verify-new-product.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index 2eeb9277e..1cc186c44 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -42,6 +42,7 @@ [% IF verify_bug_groups %] [% exclude_items.push('bit-\d+') %] [% END %] +[% Hook.process('exclude') %] [% PROCESS "global/hidden-fields.html.tmpl" exclude = '^' _ exclude_items.join('|') _ '$' %] @@ -110,6 +111,7 @@ size=10 %] [% END %] + [% Hook.process('field') %] -- cgit v1.2.3-24-g4f1b