summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/base.html
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-09-02 14:35:30 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-09-02 14:35:30 +0200
commit3fe6ad6ac699471c127cc926dc89ad0168fdf454 (patch)
tree689c5aa13c0801ab3a738ead0c9d7eff68e9161a /ogcp/templates/base.html
parent01efd71022b3e2a69d75f389878fb07daf996cf0 (diff)
Add bootstrap bundle
This is used for multiple bootstrap components such as dropdown menus.
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r--ogcp/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index 21389a9..94f4579 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -4,6 +4,7 @@
{% block head %}
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" />
+ <script src="{{ url_for('static', filename='js/bootstrap.bundle.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
<title>{% block title %}{% endblock %} - OpenGnsys</title>
{% endblock %}