Person email field: use text instead of email
This commit is contained in:
parent
13127fcde1
commit
4084a73f47
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