yavsc/Yavsc/Views/Account/Forbidden.cshtml

6 lines
No EOL
80 B
Text

@{
ViewData["Title"] = SR["Forbidden"];
}
<a href="Login">@SR["Login"]</a>