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)