From a40dd5994695bc4694a2b0d15fcf68ebe0ed1151 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Sat, 5 Sep 2020 17:04:00 +0200 Subject: remove default hide error fields --- accounts/templates/accounts/signup.html | 6 ++++++ templates/registration/base_simple.html | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/accounts/templates/accounts/signup.html b/accounts/templates/accounts/signup.html index 36ea568..8d2cb44 100644 --- a/accounts/templates/accounts/signup.html +++ b/accounts/templates/accounts/signup.html @@ -2,6 +2,12 @@ {% block title %}Iscriviti{% endblock %} +{% block style %} + ul.errorlist { + display:none; + } +{% endblock %} + {% block content %}
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 7f4b44c..667a62e 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -8,9 +8,8 @@