FIXME Razor page errors

This commit is contained in:
Paul Schneider
2023-03-20 09:13:16 +00:00
parent 8b607e2606
commit e1812737bd
234 changed files with 859 additions and 856 deletions

View File

@ -1,14 +1,14 @@
@model Yavsc.Models.Musical.InstrumentRating
@{
ViewData["Title"] = @SR["Delete"];
ViewData["Title"] = "Delete";
}
<h2>@SR["Delete"]</h2>
<h2>Delete</h2>
<h3>@SR["AreYourSureYouWantToDeleteThis"]</h3>
<h3>AreYourSureYouWantToDeleteThis</h3>
<div>
<h4>@SR["InstrumentRating"]</h4>
<h4>InstrumentRating</h4>
<hr />
<dl class="dl-horizontal">
<dt>
@ -27,8 +27,8 @@
<form asp-action="Delete">
<div class="form-actions no-color">
<input type="submit" value="@SR["Delete"]" class="btn btn-default" /> |
<a asp-action="Index">@SR["Back to List"]</a>
<input type="submit" value="Delete"]" class="btn btn-default" /> |
<a asp-action="Index">Back to List</a>
</div>
</form>
</div>