@model ChangePasswordModel @using SmartStore.Web.Models.Customer; @{ Layout = "~/Views/Shared/_ColumnsTwo.cshtml"; //title Html.AddTitleParts(T("PageTitle.Account").Text); } @section left { @Html.Partial("MyAccountNavigation", Model.NavigationModel, new ViewDataDictionary()) } @using (Html.BeginForm("ChangePassword", "Customer", FormMethod.Post, new { @class = "form-horizontal" })) { @Html.AntiForgeryToken()