aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_client.html
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2024-11-15 12:55:36 +0100
committerAndrea Lepori <aleporia@gmail.com>2024-11-15 12:55:36 +0100
commitcceb769696480bb54a7bdb91474932a93c5152fa (patch)
tree2296cd287e3faa3d84c8142e2b368deab4b8c633 /templates/registration/base_client.html
parentmove collapisible outside of modal (diff)
downloadscout-subs-cceb769696480bb54a7bdb91474932a93c5152fa.tar.gz
scout-subs-cceb769696480bb54a7bdb91474932a93c5152fa.zip
light theme for new style
Diffstat (limited to 'templates/registration/base_client.html')
-rw-r--r--templates/registration/base_client.html3
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">