mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-23 15:02:54 +03:00
Added cdn link to Tether, which is a new requirement for Bootstrap 4 (specifically tooltips).
This commit is contained in:
parent
fd88bfa534
commit
438ccf1b82
|
@ -95,6 +95,9 @@
|
|||
<!-- Latest JQuery -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
|
||||
<!-- Tether - a requirement for Bootstrap tooltips -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.1.1/js/tether.min.js"></script>
|
||||
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user