mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
fix bug with quote submission
This commit is contained in:
parent
b83a26c5a0
commit
c8eccc638b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
<dt>Year</dt>
|
<dt>Year</dt>
|
||||||
<dd>@Html.TextBoxFor(Model=>Model.Year, new { @type = "number", @class = "form-control" })</dd>
|
<dd>@Html.TextBoxFor(Model=>Model.Year, new { @type = "number", @class = "form-control" })</dd>
|
||||||
<dt>Quote body</dt>
|
<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>
|
</dl>
|
||||||
|
|
||||||
<input type="submit" value="Submit!" class="btn btn-primary" />
|
<input type="submit" value="Submit!" class="btn btn-primary" />
|
||||||
|
|
Loading…
Reference in a new issue