Ignore:
Timestamp:
08/20/24 15:04:19 (6 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
6782104
Parents:
ae6c071
Message:

fix bugs and new pages

Fix BlogPostAnswers
fix present data in the lists

File:
1 edited

Legend:

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

    rae6c071 r8f8226c  
    1818    @Html.HiddenFor(model => model.id)
    1919
     20        <div class="form-group">
     21            @Html.LabelFor(model => model.name, htmlAttributes: new { @class = "control-label col-md-2" })
     22            <div class="col-md-10">
     23                @Html.EditorFor(model => model.name, new { htmlAttributes = new { @class = "form-control" } })
     24                @Html.ValidationMessageFor(model => model.name, "", new { @class = "text-danger" })
     25            </div>
     26        </div>
    2027    <div class="form-group">
    2128        @Html.LabelFor(model => model.color, htmlAttributes: new { @class = "control-label col-md-2" })
Note: See TracChangeset for help on using the changeset viewer.