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

    rae6c071 r8f8226c  
    1616    <hr />
    1717    @Html.ValidationSummary(true, "", new { @class = "text-danger" })
     18
     19        <div class="form-group">
     20            @Html.LabelFor(model => model.name, htmlAttributes: new { @class = "control-label col-md-2" })
     21            <div class="col-md-10">
     22                @Html.EditorFor(model => model.name, new { htmlAttributes = new { @class = "form-control" } })
     23                @Html.ValidationMessageFor(model => model.name, "", new { @class = "text-danger" })
     24            </div>
     25        </div>
    1826
    1927    <div class="form-group">
Note: See TracChangeset for help on using the changeset viewer.