mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-22 02:09:48 +00:00
Add notice about usernames in register form
This commit is contained in:
parent
fdf1988a34
commit
98a444499e
5 changed files with 40 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
@page "/register"
|
||||
@using LBPUnion.ProjectLighthouse.Configuration
|
||||
@using LBPUnion.ProjectLighthouse.Localization.StringLists
|
||||
@model LBPUnion.ProjectLighthouse.Servers.Website.Pages.RegisterForm
|
||||
|
||||
@{
|
||||
|
@ -32,6 +33,8 @@
|
|||
</div>
|
||||
}
|
||||
|
||||
<p><b>@Model.Translate(RegisterStrings.UsernameNotice)</b></p>
|
||||
|
||||
<form class="ui form" onsubmit="return onSubmit(this)" method="post">
|
||||
@Html.AntiForgeryToken()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue