diff --git a/Project-Unite/Views/Quotes/Index.cshtml b/Project-Unite/Views/Quotes/Index.cshtml index 4bea2d6..ee365a9 100644 --- a/Project-Unite/Views/Quotes/Index.cshtml +++ b/Project-Unite/Views/Quotes/Index.cshtml @@ -31,7 +31,7 @@
Year
@Html.TextBoxFor(Model=>Model.Year, new { @type = "number", @class = "form-control" })
Quote body
-
@Html.TextAreaFor(Model => Model.AuthorId, new { @class = "form-control" })
+
@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control" })