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>