summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-10-18 23:33:33 +0200
committermkanat%bugzilla.org <>2008-10-18 23:33:33 +0200
commitb816ccdbcd69fe73a2fcd58cd13fe620d5fcb1d0 (patch)
treec6853f4572f6d7367b451c6a18b5f12df2013379 /template/en/default/account
parente24b38a78773e0810b40e0905bca5563252eb49c (diff)
downloadbugzilla-b816ccdbcd69fe73a2fcd58cd13fe620d5fcb1d0.tar.gz
bugzilla-b816ccdbcd69fe73a2fcd58cd13fe620d5fcb1d0.tar.xz
Bug 460588: Add template hooks for adding fields to editgroups and userprefs Account
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/prefs/account.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl
index 4d2a1ea60..15f0702a7 100644
--- a/template/en/default/account/prefs/account.html.tmpl
+++ b/template/en/default/account/prefs/account.html.tmpl
@@ -94,5 +94,7 @@
</tr>
[% END %]
[% END %]
-
+
+ [% Hook.process('field') %]
+
</table>