Change path to /account page

This commit is contained in:
touffies
2013-10-18 09:19:47 +02:00
parent 0375c2ec1d
commit adc473a595

View File

@@ -17,7 +17,7 @@
{form name="thelia.customer.creation"}
<form id="form-register" class="form-horizontal" action="{url path="/register"}" 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 registration success *}
<input type="hidden" name="{$name}" value="{url path="/account"}" /> {* the url the user is redirected to on registration success *}
{/form_field}
{form_field form=$form field='error_message'}