diff --git a/src/Web/Grand.Web/Views/Account/Addresses.cshtml b/src/Web/Grand.Web/Views/Account/Addresses.cshtml index ab669a642..bead5f27d 100644 --- a/src/Web/Grand.Web/Views/Account/Addresses.cshtml +++ b/src/Web/Grand.Web/Views/Account/Addresses.cshtml @@ -13,13 +13,13 @@ }
@Html.AntiForgeryToken() - -

@Loc["Account.CustomerAddresses"]

@if (Model.Addresses.Any()) { -
+
@for (int i = 0; i < Model.Addresses.Count; i++) {