Ignore:
Timestamp:
08/15/24 20:01:13 (6 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
8f8226c
Parents:
2639fab
Message:

Аutomating the process

automating the process of updating the list of veterinary centers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml

    r2639fab rae6c071  
    4040        </div>
    4141    </div>
     42        <div class="form-group">
     43            @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
     44            <div class="col-md-10">
     45                @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
     46                @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
     47            </div>
     48        </div>
    4249
    4350    <div class="form-group">
Note: See TracChangeset for help on using the changeset viewer.