diff options
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
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() { </td> </tr> + [%# Form controls for entering additional data about the bug being created. %] + [% Hook.process("form") %] + <tr> <td></td> <td colspan="3"> |