We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25ed942 + 56f9fee commit ebb6941Copy full SHA for ebb6941
source/DasBlog.Web.UI/Views/BlogPost/BlogPostFields.cshtml
@@ -27,7 +27,7 @@
27
<div class="form-group row">
28
<label asp-for="Description" class="col-2 col-form-label"></label>
29
<div class="col-9">
30
- <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>
31
</div>
32
33
<div class="row">
0 commit comments