Add bootstrap bundle

This is used for multiple bootstrap components such as dropdown menus.
multi-ogserver
Roberto Hueso Gómez 2020-09-02 14:35:30 +02:00
parent 01efd71022
commit 3fe6ad6ac6
2 changed files with 8 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 %}