@using Resources @model Weee.Areas.Certification.Models.ChangePassword @{ ViewBag.Title = "Change Password"; Layout = "~/Areas/Certification/Views/Shared/_CertificationLayout.cshtml"; } @using (Html.BeginForm("ChangePassword", "Account", FormMethod.Post, new { @class = "form-horizontal" })) { @Html.AntiForgeryToken()