FIXME Razor page errors

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

View file

@ -7,10 +7,10 @@
<table>
<thead>
<th>
@SR["Public info"]
Public info"]
</th>
<th>
@SR["AdminOnly"]
AdminOnly"]
</th>
</thead>
@ -39,7 +39,7 @@
</dl>
<dl>
<dt>
@SR["PostalAddress"]
PostalAddress"]
</dt>
<dd>
@Html.DisplayFor(m=>user.PostalAddress)
@ -65,4 +65,4 @@
@if (ViewBag.hasNext)
{
<a asp-route-page="@ViewBag.nextpage" asp-route-len="@ViewBag.pageLen">Next page</a>
}
}