aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-09-05 17:04:00 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-09-05 17:04:00 +0200
commita40dd5994695bc4694a2b0d15fcf68ebe0ed1151 (patch)
tree932b8d4cdcabe9b7b1184aed6bbcc71cda1f3b3a /templates/registration
parentbetter signup form errors (diff)
downloadscout-subs-a40dd5994695bc4694a2b0d15fcf68ebe0ed1151.tar.gz
scout-subs-a40dd5994695bc4694a2b0d15fcf68ebe0ed1151.zip
remove default hide error fields
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/base_simple.html5
1 files changed, 2 insertions, 3 deletions
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 @@
<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;
- }
+ {% block style %}
+ {% endblock %}
input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
color: {{hexcolor}} !important;