From c8eccc638bed1d37e726650914e7f303fd16ae71 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 31 May 2017 19:23:00 -0400 Subject: [PATCH] fix bug with quote submission --- Project-Unite/Views/Quotes/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" })