Person email field: use text instead of email
This commit is contained in:
parent
26d31a09ec
commit
ac2a51d1ed
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
<input
|
||||
id="email"
|
||||
class="form-control"
|
||||
type="email"
|
||||
type="text"
|
||||
name="email"
|
||||
value="{{ Person.Email }}"
|
||||
autocomplete="off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue