Fix font awesome static files
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
e41ad64b54
commit
f8297eebe1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -20,8 +20,8 @@
|
||||||
|
|
||||||
{# Bootstrap CSS #}
|
{# Bootstrap CSS #}
|
||||||
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
|
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'fontawasome/all.css' %}">
|
<link rel="stylesheet" href="{% static 'fontawasome/css/all.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'fontawasome/v4-shims.css' %}">
|
<link rel="stylesheet" href="{% static 'fontawasome/css/v4-shims.css' %}">
|
||||||
|
|
||||||
{# JQuery, Bootstrap and Turbolinks JavaScript #}
|
{# JQuery, Bootstrap and Turbolinks JavaScript #}
|
||||||
<script src="{% static 'jquery/jquery-3.5.1.slim.min.js' %}"></script>
|
<script src="{% static 'jquery/jquery-3.5.1.slim.min.js' %}"></script>
|
||||||
|
|
Loading…
Reference in New Issue