diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-05 16:57:46 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-05 16:57:46 +0200 |
commit | 0e16e938af1b7c76fad0774fe70f5df16310296c (patch) | |
tree | 340efab7a1fef4e41b267cf9448357aebd656d65 /templates/registration/base_simple.html | |
parent | update creation date of doc on edit (diff) | |
download | scout-subs-0e16e938af1b7c76fad0774fe70f5df16310296c.tar.gz scout-subs-0e16e938af1b7c76fad0774fe70f5df16310296c.zip |
better signup form errors
Diffstat (limited to '')
-rw-r--r-- | templates/registration/base_simple.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 6fcd1da..7f4b44c 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -8,6 +8,10 @@ <link rel="stylesheet" type="text/css" href="{% static 'material_icons.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}"> <style> + ul.errorlist { + display:none; + } + input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label { color: {{hexcolor}} !important; } |