From fad1ef9e49dcf7a4e576f64441bea7252b5c2116 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 11 May 2026 10:50:38 +0100 Subject: [PATCH] Using bootstrap 5 --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 3804a16..d29dec1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ <body> {% block content %}{% endblock %} - <script src="{{ url_for("static", filename="bootstrap/js/bootstrap.bundle.min.js")}}></script> + <script src="{{ url_for("static", filename="bootstrap5/js/bootstrap.bundle.min.js")}}></script> {% block script %}{% endblock %} </body>