Ignore:
Timestamp:
08/22/24 01:46:17 (5 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
72b1da2
Parents:
d6040ef
Message:

Аsync, access permission, and other fixes.

Regulation of access permissions. Which fields can be accessed by different users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Views/Blog/Create.cshtml

    rd6040ef r57fc402  
    1717        @Html.ValidationSummary(true, "", new { @class = "text-danger" })
    1818
    19         <div class="form-group">
     19       @* <div class="form-group">
    2020            @Html.LabelFor(model => model.date_askes, htmlAttributes: new { @class = "control-label col-md-2" })
    2121            <div class="col-md-10">
     
    2424            </div>
    2525        </div>
     26        *@
     27      @*  <div class="form-group">
     28            @Html.LabelFor(model => model.date_askes, htmlAttributes: new { @class = "control-label col-md-2" })
     29            <div class="col-md-10">
     30                @Html.EditorFor(model => model.date_askes, new { htmlAttributes = new { @class = "form-control", @type = "date", value = DateTime.UtcNow.ToString("yyyy-MM-dd") } })
     31                @Html.ValidationMessageFor(model => model.date_askes, "", new { @class = "text-danger" })
     32            </div>
     33        </div>
     34        *@
     35
     36       
     37
     38
     39       
    2640
    2741        <div class="form-group">
Note: See TracChangeset for help on using the changeset viewer.