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 26d31a09ec
commit ac2a51d1ed
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww

View file

@ -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"