summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authorTiago Mello <timello@gmail.com>2011-07-26 02:23:48 +0200
committerTiago Mello <timello@gmail.com>2011-07-26 02:23:48 +0200
commit2767ac53baac9ddf0ae288f49b120f581abefb63 (patch)
treeba4ebdb0f7bd1ac155f6791fb9953081e7162b8e /template/en/default
parente4a16503fd26ec1f64b6206cd1775a295eb30a5c (diff)
downloadbugzilla-2767ac53baac9ddf0ae288f49b120f581abefb63.tar.gz
bugzilla-2767ac53baac9ddf0ae288f49b120f581abefb63.tar.xz
Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl template
r/a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/global/user-error.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index e6f69dca4..3e831c0c4 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1824,4 +1824,5 @@
[% SET field_name = matches.0 %]
[% field_descs.$field_name FILTER html %]
[% END %]
+ [% Hook.process('end_object_name', 'global/user-error.html.tmpl') %]
[% END %]