Change path /customer/account into /account

This commit is contained in:
touffies
2013-10-18 10:00:39 +02:00
parent f413688dc4
commit 19b1537cdc

View File

@@ -24,7 +24,7 @@
{form name="thelia.address.create"}
<form id="form-address" class="form-horizontal" action="{url path="/address/create"}" method="post" role="form">
{form_field form=$form field='success_url'}
<input type="hidden" name="{$name}" value="{url path="/customer/account"}" /> {* the url the user is redirected to on login success *}
<input type="hidden" name="{$name}" value="{url path="/account"}" /> {* the url the user is redirected to on login success *}
{/form_field}
{form_field form=$form field='error_message'}