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
|
<input
|
||||||
id="email"
|
id="email"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
type="email"
|
type="text"
|
||||||
name="email"
|
name="email"
|
||||||
value="{{ Person.Email }}"
|
value="{{ Person.Email }}"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue