From 1b5b935a28f6aa43f42b5206d2b9e02a36a7fca4 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch
@@ -64,16 +64,16 @@ - |
---|
Service | @@ -109,10 +109,9 @@ {% block scripts %} {{ super() }} - {% endblock scripts %} diff --git a/web/app/templates/main/dashboard.html.j2 b/web/app/templates/main/dashboard.html.j2 index e838f72a..8326654a 100644 --- a/web/app/templates/main/dashboard.html.j2 +++ b/web/app/templates/main/dashboard.html.j2 @@ -29,7 +29,7 @@ -
---|
@@ -102,7 +102,7 @@ - |
---|
Service | @@ -175,10 +175,9 @@ {% block scripts %} {{ super() }} - {% endblock scripts %} diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2 index a54fda33..804e8776 100644 --- a/web/app/templates/nopaque.html.j2 +++ b/web/app/templates/nopaque.html.j2 @@ -244,28 +244,29 @@ {% block scripts %} {{ super() }} +{% if current_user.setting_dark_mode %} + +{% endif %} + + {% endblock scripts %}
---|