symbol regex fix
This commit is contained in:
parent
70c772cd3b
commit
0f073a7457
3 changed files with 5 additions and 3 deletions
|
@ -8,7 +8,8 @@
|
|||
<div class="container row">
|
||||
@using (Html.BeginRouteForm(AccountRouteNames.PasswordResetFinalStep, FormMethod.Post, new { @class = "form-horizontal user-password-reset-final-step bs-val-styles col-lg-9 col-lg-offset-3", id = "user-password-reset" }))
|
||||
{
|
||||
|
||||
@Html.HiddenFor(x=>x.Login)
|
||||
|
||||
<div class="form-group">
|
||||
<h3>@UI.PasswordReset</h3>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue