diff --git a/ippisite/ippidb/templates/base.html b/ippisite/ippidb/templates/base.html index 8832ac02d181063e9cf9e0fe98b1926b753b3859..38de08bee84af86e4ca9f3d3a918e53f04dcca42 100644 --- a/ippisite/ippidb/templates/base.html +++ b/ippisite/ippidb/templates/base.html @@ -10,7 +10,7 @@ <link rel="stylesheet" href="/static/css/ippidb-typeahead.css"> <script src="/static/jquery/jquery-3.3.1.min.js"></script> - <script src="/static/bootstrap/js/bootstrap.min.js"></script> + <script src="/static/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="/static/typeahead/typeahead.bundle.min.js"></script> <script defer src="/static/font-awesome/js/fontawesome-all.min.js"></script> <script src="/static/chartjs/Chart.bundle.js"></script>