removed debug values

This commit is contained in:
Julien Chanséaume
2014-08-04 16:30:06 +02:00
committed by Julien Chanseaume
parent 2b2a5690a7
commit a50f79a9f4

View File

@@ -26,11 +26,6 @@
{loop name="customer.update" type="address" customer="current" id="{$address_id}"} {loop name="customer.update" type="address" customer="current" id="{$address_id}"}
<form id="form-address" class="form-horizontal" action="{url path="/address/update/{$address_id}"}" method="post"> <form id="form-address" class="form-horizontal" action="{url path="/address/update/{$address_id}"}" method="post">
{form_field form=$form field='success_url'} {form_field form=$form field='success_url'}
<p>
next: {$smarty.get.next}<br />
default: {url path="/account"}<br />
successs: {$value}
</p>
{if $value} {if $value}
{$next_url=$value} {$next_url=$value}
{else} {else}