@model MileageTraker.Web.ViewModels.Account.ChangePasswordViewModel

Change password

@using (Html.BeginForm("Manage", "Account")) { @Html.Partial("_ValidationSummary") @Html.AntiForgeryToken()
@Html.EditorForModel()
}