changed template to reference local files

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-21 16:43:24 -03:00
parent 94863bda3d
commit 54db5d9354
1 changed files with 2 additions and 2 deletions

View File

@ -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 {