aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorTiago Mello <timello@gmail.com>2011-07-25 21:23:48 -0300
committerTiago Mello <timello@gmail.com>2011-07-25 21:23:48 -0300
commit2767ac53baac9ddf0ae288f49b120f581abefb63 (patch)
treeba4ebdb0f7bd1ac155f6791fb9953081e7162b8e /template
parente4a16503fd26ec1f64b6206cd1775a295eb30a5c (diff)
downloadbugs-2767ac53baac9ddf0ae288f49b120f581abefb63.tar
bugs-2767ac53baac9ddf0ae288f49b120f581abefb63.tar.gz
bugs-2767ac53baac9ddf0ae288f49b120f581abefb63.tar.bz2
bugs-2767ac53baac9ddf0ae288f49b120f581abefb63.tar.xz
bugs-2767ac53baac9ddf0ae288f49b120f581abefb63.zip
Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl template
r/a=mkanat
Diffstat (limited to 'template')
-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 %]