OUR-241 Member profile - can't see/edit company info
#OUR-241 Fixed
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user