Ignore:
Timestamp:
08/31/24 02:28:00 (3 months ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Parents:
99d0ecc
Message:

changed to filling

changed in the filling order of start_date and date_ending

File:
1 edited

Legend:

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

    r99d0ecc ra3ce071  
    3232        </div>
    3333    </div>
     34        <div class="form-group">
     35            @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
     36            <div class="col-md-10">
     37                @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
     38                @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
     39            </div>
     40        </div>
    3441
    3542    <div class="form-group">
     
    4047        </div>
    4148    </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>
     49   
    4950
    5051        <div class="form-group">
Note: See TracChangeset for help on using the changeset viewer.