From 1b7fca4465afeced6cb4120ebe11154a6ea46389 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Thu, 31 Mar 2005 10:52:31 +0000 Subject: Followup fix for bug 284446: add hook inside enter bug form so that test runner and other applications can insert form controls that collect additional data about the bug being created. --- template/en/default/bug/create/create.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/bug/create/create.html.tmpl') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index a1a7d2f06..b4353a387 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -384,6 +384,9 @@ function set_assign_to() { + [%# Form controls for entering additional data about the bug being created. %] + [% Hook.process("form") %] + -- cgit v1.2.3-24-g4f1b