summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Views/Quotes/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
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 @@
<dt>Year</dt>
<dd>@Html.TextBoxFor(Model=>Model.Year, new { @type = "number", @class = "form-control" })</dd>
<dt>Quote body</dt>
- <dd>@Html.TextAreaFor(Model => Model.AuthorId, new { @class = "form-control" })</dd>
+ <dd>@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control" })</dd>
</dl>
<input type="submit" value="Submit!" class="btn btn-primary" />