From c5e92e718cc10466b83ab3980991f3d159c2527d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 24 Apr 2013 23:37:14 +0800 Subject: Bug 858045: unable to login with persona on the createaccount page (persona_create_account is not defined) --- .../default/hook/account/create-additional_methods.html.tmpl | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'extensions/Persona/template/en/default/hook/account/create-additional_methods.html.tmpl') diff --git a/extensions/Persona/template/en/default/hook/account/create-additional_methods.html.tmpl b/extensions/Persona/template/en/default/hook/account/create-additional_methods.html.tmpl index 6b0d772af..355ce3629 100644 --- a/extensions/Persona/template/en/default/hook/account/create-additional_methods.html.tmpl +++ b/extensions/Persona/template/en/default/hook/account/create-additional_methods.html.tmpl @@ -6,13 +6,8 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% IF Param('user_info_class').split(',').contains('Persona') %] +[% RETURN UNLESS Param('user_info_class').split(',').contains('Persona') %] + Or, use your Persona account: - - -
- - -
-[% END %] -- cgit v1.2.3-24-g4f1b