Skip to content

Commit

Permalink
Add dark mode variable again
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBanzon committed Nov 10, 2023
1 parent 46fff50 commit a1295fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACMAS/app/ACMAS_Web/templates/_base.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- templates/_base.html -->
{% load static %}
{% load component_tags %}

{% with mode = "dark" %}
<!DOCTYPE html>
<html lang="en">
<html lang="en" class={{ mode }}>

{% block head %}

Expand Down

0 comments on commit a1295fc

Please sign in to comment.