aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_simple.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-09-05 16:57:46 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-09-05 16:57:46 +0200
commit0e16e938af1b7c76fad0774fe70f5df16310296c (patch)
tree340efab7a1fef4e41b267cf9448357aebd656d65 /templates/registration/base_simple.html
parentupdate creation date of doc on edit (diff)
downloadscout-subs-0e16e938af1b7c76fad0774fe70f5df16310296c.tar.gz
scout-subs-0e16e938af1b7c76fad0774fe70f5df16310296c.zip
better signup form errors
Diffstat (limited to 'templates/registration/base_simple.html')
-rw-r--r--templates/registration/base_simple.html4
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;
}