mirror of https://git.48k.eu/ogcp
Add bootstrap bundle
This is used for multiple bootstrap components such as dropdown menus.multi-ogserver
parent
01efd71022
commit
3fe6ad6ac6
File diff suppressed because one or more lines are too long
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue