From b73f4e8b9a136cd10d24bb0e87078209ecf78944 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Sun, 23 Aug 2015 20:43:55 +0200 Subject: [PATCH] OUR-241 Member profile - can't see/edit company info #OUR-241 Fixed --- OurUmbraco.Site/Views/Partials/Members/Profile.cshtml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/OurUmbraco.Site/Views/Partials/Members/Profile.cshtml b/OurUmbraco.Site/Views/Partials/Members/Profile.cshtml index 6054c9e1..9b296bd9 100644 --- a/OurUmbraco.Site/Views/Partials/Members/Profile.cshtml +++ b/OurUmbraco.Site/Views/Partials/Members/Profile.cshtml @@ -57,7 +57,12 @@
@Html.LabelFor(m => m.RepeatPassword) - @Html.PasswordFor(m => m.RepeatPassword, new { @class = "password-input" }) + @Html.PasswordFor(m => m.RepeatPassword, new {@class = "password-input"}) +
+ +
+ @Html.LabelFor(m => m.Company) + @Html.TextBoxFor(m => m.Company)