Changeset ae6c071 for PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml
- Timestamp:
- 08/15/24 20:01:13 (3 months ago)
- Branches:
- main
- Children:
- 8f8226c
- Parents:
- 2639fab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml
r2639fab rae6c071 40 40 </div> 41 41 </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> 42 49 43 50 <div class="form-group">
Note:
See TracChangeset
for help on using the changeset viewer.