add required attribute
This commit is contained in:
parent
ed2aeda06d
commit
8c2542eb8c
@ -245,11 +245,11 @@ $newline never
|
|||||||
<tr>
|
<tr>
|
||||||
<th>_{Msg.Email}
|
<th>_{Msg.Email}
|
||||||
<td>
|
<td>
|
||||||
<input type="email" name="email">
|
<input type="email" name="email" required>
|
||||||
<tr>
|
<tr>
|
||||||
<th>_{Msg.Password}
|
<th>_{Msg.Password}
|
||||||
<td>
|
<td>
|
||||||
<input type="password" name="password">
|
<input type="password" name="password" required>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<button type=submit .btn .btn-success>
|
<button type=submit .btn .btn-success>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user