summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/prefs.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-09-09 06:02:45 +0200
committerByron Jones <glob@mozilla.com>2015-09-09 06:02:45 +0200
commit59b90641ea4bb7eaa651d2fa0d782c756647b3ec (patch)
tree7933745dd859b7917d6d408df3f7cafa4358050f /template/en/default/account/prefs/prefs.html.tmpl
parent8c4a70129847e2a76f7ffcd321ec59f49258a3e4 (diff)
downloadbugzilla-59b90641ea4bb7eaa651d2fa0d782c756647b3ec.tar.gz
bugzilla-59b90641ea4bb7eaa651d2fa0d782c756647b3ec.tar.xz
Bug 1201954 - Add a "forgot password" link to user preferences -> account
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index 853841bff..8d8f53beb 100644
--- a/template/en/default/account/prefs/prefs.html.tmpl
+++ b/template/en/default/account/prefs/prefs.html.tmpl
@@ -153,6 +153,12 @@
</form>
[% END %]
+[%
+ IF tab_footer;
+ tab_footer FILTER none;
+ END;
+%]
+
[% END %]
[% PROCESS global/footer.html.tmpl %]