Set bootstrap color mode to auto
by default and load script early
All checks were successful
Ruff / ruff (push) Successful in 21s
All checks were successful
Ruff / ruff (push) Successful in 21s
This commit is contained in:
parent
eec1420ee9
commit
138236a8eb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user