2 parents 04e9825 + d0ea498 commit 2e77f4cCopy full SHA for 2e77f4c
1 file changed
catalog/templates/base_generic.html
@@ -5,7 +5,7 @@
5
{% block title %}<title>Local Library</title>{% endblock %}
6
<meta charset="utf-8">
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
9
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
10
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
11
0 commit comments