mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 05:58:25 +02:00
Fix font awesome static files
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
|
||||
{# Bootstrap 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/v4-shims.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'fontawasome/css/all.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'fontawasome/css/v4-shims.css' %}">
|
||||
|
||||
{# JQuery, Bootstrap and Turbolinks JavaScript #}
|
||||
<script src="{% static 'jquery/jquery-3.5.1.slim.min.js' %}"></script>
|
||||
|
Reference in New Issue
Block a user