maj bootstrap

This commit is contained in:
nyanloutre 2019-09-08 15:15:06 +02:00
parent 7f351809c8
commit ea06c6b9f7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<script src="{% static "vendor/jquery.min.js" %}"></script> <script src="{% static "vendor/jquery.min.js" %}"></script>
<!-- Bootstrap Core JavaScript --> <!-- Bootstrap Core JavaScript -->
<script src="{% static "vendor/bootstrap.min.js" %}"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<!-- Plugin JavaScript --> <!-- Plugin JavaScript -->
<script src="{% static "vendor/jquery.easing.min.js" %}"></script> <script src="{% static "vendor/jquery.easing.min.js" %}"></script>

View File

@ -1,6 +1,6 @@
{% load static %} {% load static %}
<!-- Bootstrap Core CSS --> <!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Custom Fonts --> <!-- Custom Fonts -->
<script src="https://use.fontawesome.com/49602068ad.js"></script> <script src="https://use.fontawesome.com/49602068ad.js"></script>