changed template to reference local files
This commit is contained in:
parent
94863bda3d
commit
54db5d9354
|
@ -15,9 +15,9 @@
|
|||
|
||||
<!-- Bootstrap core CSS -->
|
||||
{% block style %}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
|
||||
<link rel="stylesheet" href= "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
||||
<script src="{% static 'fontawesomefree/js/all.min.js' %}"></script>
|
||||
<link href="{% static "/css/bootstrap.min.css" %}" rel="stylesheet">
|
||||
<link href="{% static "/css/bootstrap-icons.min.css" %}" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
.bd-placeholder-img {
|
||||
|
|
Loading…
Reference in New Issue