add tether, required for bootstrap
This commit is contained in:
parent
a571f97ac8
commit
4897d0a7d6
|
@ -27,6 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="{{ url_for('static', filename='jquery/jquery.js') }}"></script>
|
<script src="{{ url_for('static', filename='jquery/jquery.js') }}"></script>
|
||||||
|
<script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>
|
||||||
<script src="{{ url_for('static', filename='bootstrap4/js/bootstrap.js') }}"></script>
|
<script src="{{ url_for('static', filename='bootstrap4/js/bootstrap.js') }}"></script>
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
|
|
Loading…
Reference in a new issue