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/Create.cshtml

    r99d0ecc ra3ce071  
    3030        </div>
    3131    </div>
     32        <div class="form-group">
     33            @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
     34            <div class="col-md-10">
     35                @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
     36                @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
     37            </div>
     38        </div>
    3239    <div class="form-group">
    3340        @Html.LabelFor(model => model.dateending, htmlAttributes: new { @class = "control-label col-md-2" })
     
    3744        </div>
    3845    </div>
    39         <div class="form-group">
    40             @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
    41             <div class="col-md-10">
    42                 @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
    43                 @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
    44             </div>
    45         </div>
     46   
    4647
    4748
Note: See TracChangeset for help on using the changeset viewer.