Set bootstrap color mode to `auto` by default and load script early
Ruff / ruff (push) Successful in 21s Details

This commit is contained in:
Adam Goldsmith 2024-01-30 13:34:04 -05:00
parent eec1420ee9
commit 138236a8eb
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{% load static %}
<!DOCTYPE html>
<html lang="en">
<html lang="en" data-bs-theme="auto">
<head>
<script src="{% static 'bootstrap-color-toggle.js' %}"></script>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
@ -17,7 +18,6 @@
</title>
</head>
<body>
<script src="{% static 'bootstrap-color-toggle.js' %}"></script>
<nav class="navbar navbar-expand-sm bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="{% url 'dashboard:dashboard' %}">Claremont MakerSpace</a>