diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-05 17:04:00 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-05 17:04:00 +0200 |
commit | a40dd5994695bc4694a2b0d15fcf68ebe0ed1151 (patch) | |
tree | 932b8d4cdcabe9b7b1184aed6bbcc71cda1f3b3a /accounts/templates | |
parent | better signup form errors (diff) | |
download | scout-subs-a40dd5994695bc4694a2b0d15fcf68ebe0ed1151.tar.gz scout-subs-a40dd5994695bc4694a2b0d15fcf68ebe0ed1151.zip |
remove default hide error fields
Diffstat (limited to 'accounts/templates')
-rw-r--r-- | accounts/templates/accounts/signup.html | 6 |
1 files changed, 6 insertions, 0 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 %} <div class="row"> <div class="col l6 offset-l3 m8 offset-m2 s12"> |