Working on

This commit is contained in:
Shannon
2014-03-11 14:23:51 +11:00
parent ec6cb4520c
commit d737afa327
18 changed files with 628 additions and 94 deletions

View File

@@ -6,7 +6,7 @@
@using Umbraco.Web.Controllers
@{
var profileModel = Members.CreateProfileModel();
var profileModel = Members.GetCurrentMemberProfileModel();
Html.EnableClientValidation();
Html.EnableUnobtrusiveJavaScript();