Skip to content

Commit

Permalink
Merge pull request #495 from SimplyGed/save-description-494
Browse files Browse the repository at this point in the history
save the Description field with the post
  • Loading branch information
poppastring authored Oct 27, 2020
2 parents 25ed942 + 56f9fee commit ebb6941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DasBlog.Web.UI/Views/BlogPost/BlogPostFields.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="form-group row">
<label asp-for="Description" class="col-2 col-form-label"></label>
<div class="col-9">
<textarea id="blogdescription" class="form-control rounded-0" rows="3"></textarea>
<textarea id="blogdescription" asp-for="Description" class="form-control rounded-0" rows="3"></textarea>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit ebb6941

Please sign in to comment.