refactoring the Register

This commit is contained in:
Paul Schneider 2026-02-22 23:39:56 +00:00
commit f1dd648970
43 changed files with 4610 additions and 86 deletions

View file

@ -4,7 +4,7 @@
ViewData["Title"] = "Edit";
}
<h2>@SR["Edit"]</h2>
<h2>@Localizer["Edit"]</h2>
<form asp-action="Edit">
<div class="form-horizontal">
@ -78,6 +78,6 @@
</form>
<div>
<a asp-action="Index">@SR["Back to List"]</a>
<a asp-action="Index">@Localizer["Back to List"]</a>
</div>