@model WeOnlineApp.Controllers.UserProfileViewModel @{ Layout = "~/Views/Shared/Layout/_Layout.Play.cshtml"; ViewBag.Title = L("ChangePasswordTitle"); ViewBag.PageId = "profile"; } @Html.Partial("User/_ChangePassword")