@{ Layout = "~/Views/Shared/_Layout.cshtml"; } @using WebsitePanel.WebDavPortal.Resources @using WebsitePanel.WebDavPortal.UI.Routes @model WebsitePanel.WebDavPortal.Models.Common.EditorTemplates.PasswordEditor
@using (Html.BeginRouteForm(AccountRouteNames.PasswordResetFinalStep, FormMethod.Post, new { @class = "form-horizontal user-password-reset-final-step bs-val-styles col-lg-9 col-lg-offset-3", id = "user-password-reset" })) {

@UI.PasswordReset

@Html.EditorFor(x=>x)
}