tag pages

news create form correction
This commit is contained in:
2024-07-29 14:54:26 +03:30
parent a74072b491
commit b68d3f3185
14 changed files with 467 additions and 98 deletions

View File

@ -33,7 +33,7 @@
@Html.AntiForgeryToken()
<div class="form-actions no-color">
<input type="submit" value="Delete" class="btn btn-default" /> |
<input type="submit" value="Delete" class="btn btn-outline-dark" /> |
@Html.ActionLink("Back to List", "Index")
</div>
}