diff options
Diffstat (limited to '')
-rw-r--r-- | templates/registration/base_simple.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 9dc4e35..4aa13e5 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -4,6 +4,9 @@ <!DOCTYPE html> <html> <head> + <script> + document.documentElement.setAttribute("theme", "light"); + </script> {% load static %} <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}"> |