fix #1593 - remove duplicate form tag from edit.razor
This commit is contained in:
parent
5a5535ea98
commit
eb3e4916a8
|
@ -8,7 +8,6 @@
|
|||
@inject NavigationManager NavigationManager
|
||||
@inject IStringLocalizer<Edit> Localizer
|
||||
|
||||
<form @ref="form" class="@(validated ? "was-validated" : "needs-validation")" novalidate>
|
||||
<form @ref="form" class="@(validated ? " was-validated" : "needs-validation" )" novalidate>
|
||||
<div class="container">
|
||||
<div class="row mb-1 align-items-center">
|
||||
|
|
Loading…
Reference in New Issue
Block a user