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

    r99d0ecc ra3ce071  
    1919        </dt>
    2020        <dt>
     21            @Html.DisplayNameFor(model => model.start_date)
     22        </dt>
     23        <dt>
    2124            @Html.DisplayNameFor(model => model.dateending)
    2225        </dt>
    23         <dt>
    24             @Html.DisplayNameFor(model => model.start_date)
    25         </dt>
     26       
    2627        <dt>
    2728            @Html.DisplayNameFor(model => model.usersid)
     
    3940        </dd>
    4041        <dd>
     42            @Html.DisplayFor(model => model.start_date)
     43        </dd>
     44        <dd>
    4145            @Html.DisplayFor(model => model.dateending)
    4246        </dd>
    43         <dd>
    44             @Html.DisplayFor(model => model.start_date)
    45         </dd>
     47       
    4648        <dd>
    4749            @Html.DisplayFor(model => model.usersid)
Note: See TracChangeset for help on using the changeset viewer.