WIP allow blog comment

This commit is contained in:
Paul Schneider
2025-07-05 13:21:50 +01:00
parent 3f1bfc1c3c
commit 15d35e5508
7 changed files with 3588 additions and 13 deletions

View File

@ -39,7 +39,7 @@
}
<h2 > Blog post edition </h2>
<h2 >Blog post</h2>
<label><input type="checkbox" id="vcbtn" />Editer le code source Markdown</label>
<div asp-validation-summary="All" class="text-danger"></div>
@ -100,7 +100,7 @@
<div class="form-group">
<label asp-for="Publish" class="col-md-2 control-label"></label>
<div class="col-md-10">
<input asp-for="Publish" class="form-control" />
<input type="checkbox" asp-for="Publish" class="form-control" />
</div>
</div>
@ -118,5 +118,3 @@
<div>
<a asp-action="Index">Back to List</a>
</div>
using Yavsc.Migrations;