OUR-241 Member profile - can't see/edit company info

#OUR-241 Fixed
This commit is contained in:
Sebastiaan Janssen
2015-08-23 20:43:55 +02:00
parent a416f3fe51
commit b73f4e8b9a
@@ -57,7 +57,12 @@
<div class="profile-input confirm-password" id="repeat-password">
@Html.LabelFor(m => m.RepeatPassword)
@Html.PasswordFor(m => m.RepeatPassword, new { @class = "password-input" })
@Html.PasswordFor(m => m.RepeatPassword, new {@class = "password-input"})
</div>
<div class="profile-input" id="company">
@Html.LabelFor(m => m.Company)
@Html.TextBoxFor(m => m.Company)
</div>
<div class="profile-input" id="bio">