From 6cf12fa7995f35beac380b9425fe292152c58630 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 12 Sep 2019 14:26:53 +0200 Subject: [PATCH] Don't show character counter for EMail adresses. --- app/templates/auth/register.html.j2 | 2 +- app/templates/base.html.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@