add news and stuff

This commit is contained in:
2024-07-30 17:51:04 +03:30
parent 323910fb41
commit f310a94d5c
5 changed files with 51 additions and 64 deletions

View File

@ -54,7 +54,7 @@
<div class="form-group">
@Html.LabelFor(model => model.tag, htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-10">
<select id="cat" name="cat" class="form-control" multiple>
<select id="tag" name="tag" class="form-control" multiple>
@foreach (var item in ViewBag.tagTitle)
{
<option value="@item.title">@item.title</option>