From 43648c6ca2822a6e1a96576bfd76980c95feeadc Mon Sep 17 00:00:00 2001
From: vChabot
Date: Fri, 2 Dec 2011 16:17:14 +0000
Subject: [PATCH] // little fix authentication in multiple steps
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10871 b9a71923-0436-4b27-9f14-aed3839534dd
---
themes/default/authentication.tpl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl
index d73b27292..254003cb4 100644
--- a/themes/default/authentication.tpl
+++ b/themes/default/authentication.tpl
@@ -422,6 +422,7 @@ $(function(){ldelim}
{/if}
+ {if isset($PS_REGISTRATION_PROCESS_TYPE) && $PS_REGISTRATION_PROCESS_TYPE}
+ {/if}
{$HOOK_CREATE_ACCOUNT_FORM}