summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-04-03 21:00:33 +0200
committergerv%gerv.net <>2004-04-03 21:00:33 +0200
commitdf5551fb14d909fa1c84149a4553c835aed368fb (patch)
tree9c4420788c24f47874f082465b4606dcbc2c6e8d /template
parent98571aa0cbab849d3e94d8ba181620a88291a8e7 (diff)
downloadbugzilla-df5551fb14d909fa1c84149a4553c835aed368fb.tar.gz
bugzilla-df5551fb14d909fa1c84149a4553c835aed368fb.tar.xz
Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/comments.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 9448008d1..e46b97f19 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -32,6 +32,11 @@
[% PROCESS bug/time.html.tmpl %]
+[%# Note: this template is used in multiple places; if you use this hook,
+ # make sure you are aware of this fact.
+ #%]
+[% Hook.process("aftercomments") %]
+
[%############################################################################%]
[%# Block for individual comments #%]
[%############################################################################%]