diff options
Diffstat (limited to 'accounts')
-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"> |