Skip to content

Commit ebb6941

Browse files
authored
Merge pull request #495 from SimplyGed/save-description-494
save the Description field with the post
2 parents 25ed942 + 56f9fee commit ebb6941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/DasBlog.Web.UI/Views/BlogPost/BlogPostFields.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="form-group row">
2828
<label asp-for="Description" class="col-2 col-form-label"></label>
2929
<div class="col-9">
30-
<textarea id="blogdescription" class="form-control rounded-0" rows="3"></textarea>
30+
<textarea id="blogdescription" asp-for="Description" class="form-control rounded-0" rows="3"></textarea>
3131
</div>
3232
</div>
3333
<div class="row">

0 commit comments

Comments
 (0)