From 62efc7092eb778af540fccd9fcf39016ef6be3e4 Mon Sep 17 00:00:00 2001 From: JustinBanzon Date: Thu, 30 Nov 2023 17:33:40 -0500 Subject: [PATCH] Make the html element add or remove the dark class --- ACMAS/app/ACMAS_Web/templates/_base.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ACMAS/app/ACMAS_Web/templates/_base.html b/ACMAS/app/ACMAS_Web/templates/_base.html index 152ffc6..10f4f9d 100644 --- a/ACMAS/app/ACMAS_Web/templates/_base.html +++ b/ACMAS/app/ACMAS_Web/templates/_base.html @@ -2,7 +2,7 @@ {% load static %} {% load component_tags %} - + {% block head %} @@ -152,7 +152,7 @@
  • Login
  • {% endblock %} {% endif %} -
  • Change theme (currently {{ mode }})
  • +
  • @@ -163,12 +163,14 @@