summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-03-16 02:48:34 +0100
committermyk%mozilla.org <>2005-03-16 02:48:34 +0100
commitf5c3529c20575218e9f80e1be14fa48e746c8b4a (patch)
treeda7d506f4995f8fcb65aa3a2b0f10db24645801b /template/en/default/bug/create
parente58cd6de49308c565c5dbfbe12dce30a918a9082 (diff)
downloadbugzilla-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar.gz
bugzilla-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar.xz
Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r--template/en/default/bug/create/create.html.tmpl3
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 ce5aaa922..a1a7d2f06 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -420,6 +420,9 @@ function set_assign_to() {
<input type="hidden" name="form_name" value="enter_bug">
</form>
+[%# Links or content with more information about the bug being created. %]
+[% Hook.process("end") %]
+
[% PROCESS global/footer.html.tmpl %]
[%############################################################################%]