diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/process/verify-new-product.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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 %] </td> [% END %] + [% Hook.process('field') %] </tr> </table> |