add tether, required for bootstrap

This commit is contained in:
Edward Betts 2017-06-07 13:30:30 +01:00
parent a571f97ac8
commit 4897d0a7d6

View file

@ -27,6 +27,7 @@
</div>
<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>
{% block scripts %}