removed obsolete razr syntax

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-01 21:26:02 -07:00
parent 7ea8eb5c35
commit e20a376a6c

View File

@@ -4,16 +4,6 @@
@section Scripts {
<script src="~/js/garage.js" asp-append-version="true"></script>
}
@if (Model is not null && Model.Errors.Any())
{
foreach (string error in Model.Errors)
{
<div class="alert alert-danger alert-dismissible fade show" role="alert">
@error
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
}
}
<div class="row">
<div class="d-flex justify-content-between">
<h1>Garage</h1>