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