diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-11 18:02:18 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-11 18:02:18 +0200 |
commit | 8b3e405968a4611ff901000bdcb2ce4e6d4fd997 (patch) | |
tree | 4d70bcbeaa723461875896d0ef6ece67063f7341 /template/en | |
parent | c53605cca7a655e0206955a192ac9530fb270271 (diff) | |
download | bugzilla-8b3e405968a4611ff901000bdcb2ce4e6d4fd997.tar.gz bugzilla-8b3e405968a4611ff901000bdcb2ce4e6d4fd997.tar.xz |
Bug 743643: add browserID button to createaccount page
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/create.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index 5acd9f541..985a54841 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -77,4 +77,6 @@ <input type="submit" id="send" value="Send"> </form> +[% Hook.process('additional_methods') %] + [% PROCESS global/footer.html.tmpl %] |