diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index 086b97c..3cf0b02 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -77,13 +77,13 @@
What are you interested in?
- @Html.TextAreaFor(Model => Model.Interests) + @Html.TextAreaFor(Model => Model.Interests, new { @class = "form-control" })What do you like to do?
- @Html.TextAreaFor(Model => Model.Hobbies) + @Html.TextAreaFor(Model => Model.Hobbies, new { @class = "form-control" }) @@ -120,6 +120,7 @@ Change password +