aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/layout.html')
-rw-r--r--src/web/templates/layout.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html
index db5b6589..0b2f371d 100644
--- a/src/web/templates/layout.html
+++ b/src/web/templates/layout.html
@@ -140,10 +140,5 @@
</div>
{% block content %}{% endblock %}
-
- <!-- Bootstrap core JavaScript -->
- <!-- Placed at the end of the document so the pages load faster -->
- <script type="text/javascript" src="{{ url_for("static", filename="js/jquery.js") }}"></script>
- <script type="text/javascript" src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script>
</body>
</html>
bgstack15