From d93203e68a2868babcb02dce67ad5fa97a7a4074 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Sat, 9 Dec 2023 11:19:52 +0530 Subject: [PATCH] refactor: add spacing between form fields for customer and login form --- templates/customer/_partials/customer-form.tpl | 2 +- templates/customer/_partials/login-form.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/customer/_partials/customer-form.tpl b/templates/customer/_partials/customer-form.tpl index f0100e1..93fd90a 100644 --- a/templates/customer/_partials/customer-form.tpl +++ b/templates/customer/_partials/customer-form.tpl @@ -28,7 +28,7 @@ {/block}
-
+
{block "form_fields"} {foreach from=$formFields item="field"} {block "form_field"} diff --git a/templates/customer/_partials/login-form.tpl b/templates/customer/_partials/login-form.tpl index 590af4b..255b1d8 100644 --- a/templates/customer/_partials/login-form.tpl +++ b/templates/customer/_partials/login-form.tpl @@ -29,7 +29,7 @@ {/block} -
+
{block name='login_form_fields'} {foreach from=$formFields item="field"} {block name='form_field'}