Closed micka-fdz closed 4 years ago
Changes on main forms :
<section class="form-fields">...</section>
, <footer class="form-footer">...</footer>
, etc.{block name='login_form_fields'}...{/block}
, {block name='customer_form_fields'}...{/block}
, etc.
{block name='my_account_links'}
is used twice :templates/customer/page.tpl
templates/customer/_partials/my-account-links.tpl
In my opinion, the last one is useless and we can remove it.