Person email field: use text instead of email

This commit is contained in:
William Bouzourène 2025-01-30 16:21:54 +01:00
parent 13127fcde1
commit 4084a73f47

View file

@ -92,7 +92,7 @@
<input
id="email"
class="form-control"
type="email"
type="text"
name="email"
value="{{ Person.Email }}"
autocomplete="off"