add categories(add, list, list news)

minor form changes
add news controller and views
This commit is contained in:
2024-07-28 18:35:11 +03:30
parent 30ac6724ca
commit a74072b491
22 changed files with 1092 additions and 148 deletions

View File

@ -37,6 +37,13 @@
<dd>
@Html.DisplayFor(model => model.displayname)
</dd>
<dt>
@Html.DisplayNameFor(model => model.role)
</dt>
<dd>
@ViewBag.role
</dd>
</dl>
<div class="col-md-offset-2 col-md-10">