diff --git a/app/templates/auth/register.html.j2 b/app/templates/auth/register.html.j2 index 24d54d9d..acbaa2be 100644 --- a/app/templates/auth/register.html.j2 +++ b/app/templates/auth/register.html.j2 @@ -37,7 +37,7 @@
email - {{ form.email(class='validate', data_length='254', type='email') }} + {{ form.email(class='validate', type='email') }} {{ form.email.label }} {% for error in form.email.errors %} {{ error }} diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2 index 307a486b..06e4a961 100644 --- a/app/templates/base.html.j2 +++ b/app/templates/base.html.j2 @@ -182,7 +182,7 @@