This commit is contained in:
Paul Schneider 2026-07-04 20:03:56 +01:00
commit c1b7170143
55 changed files with 235 additions and 45 deletions

View file

@ -1,4 +1,7 @@
@model Client
@{
ViewBag.Title = Localizer["Client"];
}
<h2>@Localizer["Edit"]</h2>
@ -303,4 +306,4 @@
<div>
<a asp-action="Index">@Localizer["Back to List"]</a>
</div>
</div>